T
ToolPrime

Apricot Cream Color Palette

A soft apricot palette blending orange warmth with pastel calm. Perfect for baby brands, food, and cozy aesthetics.

Warm Apricot

HEX: #c08960

RGB: rgb(192, 137, 96)

HSL: hsl(26, 43%, 56%)

Apricot

HEX: #daa77e

RGB: rgb(218, 167, 126)

HSL: hsl(27, 55%, 67%)

Apricot Cream

HEX: #f5c5a3

RGB: rgb(245, 197, 163)

HSL: hsl(25, 80%, 80%)

Light Apricot

HEX: #faddca

RGB: rgb(250, 221, 202)

HSL: hsl(24, 83%, 89%)

Apricot Mist

HEX: #fdf2ea

RGB: rgb(253, 242, 234)

HSL: hsl(25, 83%, 95%)

CSS Variables

:root {
  --apricot-cream-1: #c08960;
  --apricot-cream-2: #daa77e;
  --apricot-cream-3: #f5c5a3;
  --apricot-cream-4: #faddca;
  --apricot-cream-5: #fdf2ea;
}

Tailwind CSS Config

// tailwind.config.js
module.exports = {
  theme: {
    extend: {
      colors: {
        'apricot-cream': {
          '100': '#c08960',
          '200': '#daa77e',
          '300': '#f5c5a3',
          '400': '#faddca',
          '500': '#fdf2ea',
        },
      },
    },
  },
}

Use Cases

Baby brands
Bakery shops
Cozy lifestyle blogs
Home decor

Related Palettes

Frequently Asked Questions

How does apricot differ from peach in design?
Apricot has more orange/yellow warmth while peach has more pink undertones. Apricot feels warmer and earthier, while peach feels softer and more romantic.
Is apricot a good background color?
Yes. Light apricot creates a warm, inviting background that is more interesting than white but still provides good contrast for dark text.