Coral#FF6F61
Apricot#FFB591
Sand#ECD5B0
Olive Brown#A27C56
Palette direction

Coral Sand Biscuit Color Palette

This palette uses warm and inviting main colors that evoke the freshness and homemade quality of Italian biscuits, complemented by earthy support colors that enhance the natural and artisanal feel, balanced by a clean, readable neutral set for usability and clarity.

AnalogousFood Beveragebiscuitshomemadefresh ingredientsitalian
palette-preview.example
Food Beverage color direction

Coral Sand Biscuit Color Palette

This palette uses warm and inviting main colors that evoke the freshness and homemade quality of Italian biscuits, complemented by earthy support colors that enhance the natural and artisanal feel, balanced by a clean, readable neutral set for usability and clarity.

Explore the color system
Logo contrast guide

Logo color pairings

ColorFly checks the palette colors against each other and suggests the clearest logo/background combinations.

Logo Charcoal #3B3A36on Sand #ECD5B08.0:1 Excellent
Logo Charcoal #3B3A36on Apricot #FFB5916.7:1 Strong
Logo Charcoal #3B3A36on White #FFFFFF11.4:1 Excellent
Logo White #FFFFFFon Charcoal #3B3A3611.4:1 Excellent
Icon color
BackgroundCoral#FF6F61TextCharcoal#3B3A36
Primary Button4.17:1
Large text

Best for the main action users should notice first.

BackgroundApricot#FFB591TextCharcoal#3B3A36
Secondary Button6.65:1
AA

Useful for softer choices and secondary paths.

BackgroundWhite#FFFFFFTextCoral#FF6F61
Outlined Button2.73:1
Low

Good for lower-emphasis actions on light surfaces.

BackgroundWhite#FFFFFFTextCoral#FF6F61
Text Button2.73:1
Low

A quiet action for links, navigation, and inline decisions.

Palette composition7 colorsAnalogous color relationship
9:41Coral Sand Biscuit Color Palette Color role balance
Analogous system
60% DominantNeutrals

Backgrounds, large surfaces, whitespace, and reading comfort.

30% SecondarySupport colors

Sections, secondary UI, illustrations, and repeated brand moments.

10% AccentMain colors

High-attention moments like primary actions and memorable highlights.

CCoral Sand Biscuit Color PaletteFood Beverage brand direction ColorFly.design
Strategic palette preview
Why it works

A usable
color system.

The three main colors harmonize as an analogous warm palette, combining a fresh coral, a soft apricot, and a gentle sand to represent freshness, warmth, and approachability in the brand identity.

Clear roles create a consistent brand experience.

Color Roles and Usage Map

Assign existing palette colors to brand, typography, and interface roles.

Brand identity

LogoUsed for logo marks and core brand symbols.Coral #FF6F61
HeadlineUsed for main titles and key messages.Apricot #FFB591
LinkUsed for links and interactive text.Coral #FF6F61

Buttons

Primary Button
BackgroundCoral #FF6F61
TextCharcoal #3B3A36
Secondary Button
BackgroundApricot #FFB591
TextCharcoal #3B3A36
Outlined Button
BackgroundCoral #FF6F61
TextCoral #FF6F61

Interface

TextDefault readable body text.Charcoal #3B3A36
Bg LightLight page or section background.White #FFFFFF
Bg DarkDark page or section background.Ivory #F5F5F2
IconSmall interface icons and marks.Olive Brown #A27C56
BorderCards, inputs, and component borders.Olive Brown #A27C56
DividerSubtle separators between content.Olive Brown #A27C56
OutlineFocus rings and emphasis outlines.Olive Brown #A27C56

Palette Colors

A compact view of the brand, support, and neutral colors that make up this system.

Main (Brand) Colors

The three main colors harmonize as an analogous warm palette, combining a fresh coral, a soft apricot, and a gentle sand to represent freshness, warmth, and approachability in the brand identity.

PrimaryCoral

RolesLogo, Link, Btn Primary Bg, Btn Outlined Border, Btn Outlined Text

Coral brings vibrant warmth and energy, symbolizing homemade freshness and inviting consumers to experience delightful biscuits.

HEX#FF6F61
RGB255, 111, 97
HSL5, 100, 69
CMYK0, 56, 62, 0
SecondaryApricot

RolesHeadline, Btn Secondary Bg

Apricot adds a soft and sweet tone that supports the coral by reinforcing the homemade and friendly image.

HEX#FFB591
RGB255, 181, 145
HSL20, 100, 78
CMYK0, 29, 43, 0
TertiarySand

Sand offers a gentle, natural backdrop, balancing the warmth with an earthy softness reminiscent of biscuit dough textures.

HEX#ECD5B0
RGB236, 213, 176
HSL37, 61, 81
CMYK0, 10, 25, 7

Support Colors

The support colors extend the warm main palette with muted, earthy hues that maintain harmony and subtly reinforce the artisanal and natural qualities without overpowering.

Olive Brown

RolesIcon, Border, Divider, Outline

Olive Brown complements the main colors by introducing a grounded, rustic tone that enhances the handmade and natural aesthetic.

HEX#A27C56
RGB162, 124, 86
HSL30, 31, 49
CMYK0, 23, 47, 36

Neutral Colors

Utility colors for backgrounds, text, borders, and balance.

White

RolesBg Light

HEX#FFFFFF
RGB255, 255, 255
HSL0, 0, 100
CMYK0, 0, 0, 0
Ivory

RolesBg Dark

HEX#F5F5F2
RGB245, 245, 242
HSL60, 13, 95
CMYK0, 0, 1, 4
Charcoal

RolesText, Btn Primary Text, Btn Secondary Text

HEX#3B3A36
RGB59, 58, 54
HSL48, 4, 22
CMYK0, 2, 8, 77

Export and Handoff

Copy palette values for design systems, websites, and client handoff.

Color tokens

Use these in CSS when you want every raw palette color available by name. Best for websites, landing pages, and design system variables.

Use when: you need the actual colors.
:root {
  --color-coral: #FF6F61;
  --color-apricot: #FFB591;
  --color-sand: #ECD5B0;
  --color-olive-brown: #A27C56;
  --color-white: #FFFFFF;
  --color-ivory: #F5F5F2;
  --color-charcoal: #3B3A36;
}

Role tokens

Use these in CSS when colors are assigned to practical jobs like text, buttons, borders, links, and backgrounds.

Use when: you need UI roles, not just swatches.
:root {
  --role-logo: #FF6F61;
  --role-link: #FF6F61;
  --role-btn-primary-bg: #FF6F61;
  --role-btn-outlined-border: #FF6F61;
  --role-btn-outlined-text: #FF6F61;
  --role-headline: #FFB591;
  --role-btn-secondary-bg: #FFB591;
  --role-icon: #A27C56;
  --role-border: #A27C56;
  --role-divider: #A27C56;
  --role-outline: #A27C56;
  --role-bg-light: #FFFFFF;
  --role-bg-dark: #F5F5F2;
  --role-text: #3B3A36;
  --role-btn-primary-text: #3B3A36;
  --role-btn-secondary-text: #3B3A36;
}

JSON

Use this structured palette data in apps, generators, plugins, or tools that need to read the palette programmatically.

Use when: a developer or app needs data.
{
    "coral": "#FF6F61",
    "apricot": "#FFB591",
    "sand": "#ECD5B0",
    "olive-brown": "#A27C56",
    "white": "#FFFFFF",
    "ivory": "#F5F5F2",
    "charcoal": "#3B3A36"
}
Press Space to load new palette