Apricot Dream Color Palette

Discover the beautiful Apricot Dream color palette featuring saffron mango (#fcbd4f), cherokee (#fdd69b), cape honey (#fde4aa), rose bud (#fcba97) and salmon (#fc866e).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAmber, Apricot, Cream, Peach, Coral, Warm, Soft, Bright, Orange color palettes and combinations.

๐Ÿ’ก What You Can Do

ColorMagic makes it easy to:
  • โ€ขCopy precise HEX codes and RGB values for your designs
  • โ€ขAdjust its brightness, saturation, and warmth to create new variations
  • โ€ขPreview UI components to see how colors work in real interfaces
  • โ€ขCopy CSS code including background gradients and color variables
  • โ€ขDownload the palette
  • โ€ขShare your palette with team members and clients

๐ŸŽจ Preview UI Components

UI Examples

Explore beautiful UI components with Apricot Dream palette

Share this palette to:

๐Ÿ’ป Apricot Dream color palette CSS

/* CSS */
.color-1 {
color: #fcbd4f;
}
.color-2 {
color: #fdd69b;
}
.color-3 {
color: #fde4aa;
}
.color-4 {
color: #fcba97;
}
.color-5 {
color: #fc866e;
}

/* CSS Variables */
:root {
--color-1: #fcbd4f;
--color-2: #fdd69b;
--color-3: #fde4aa;
--color-4: #fcba97;
--color-5: #fc866e;
}

๐ŸŒˆ Apricot Dream background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fcbd4f, #fdd69b, #fde4aa, #fcba97, #fc866e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fcbd4f, #fdd69b, #fde4aa, #fcba97, #fc866e);
}

Apricot Dream color palette created on .