Apricot Dream Color Palette
Discover the beautiful Apricot Dream color palette featuring saffron mango (#fcbe51), cherokee (#fdd69d), cape honey (#fde5ab), rose bud (#fcbb99) and salmon (#fc8870).
Brightness
Saturation
Warmth
๐ก 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
๐ป Apricot Dream color palette CSS
/* CSS */
.color-1 {
color: #fcbe51;
}
.color-2 {
color: #fdd69d;
}
.color-3 {
color: #fde5ab;
}
.color-4 {
color: #fcbb99;
}
.color-5 {
color: #fc8870;
}
/* CSS Variables */
:root {
--color-1: #fcbe51;
--color-2: #fdd69d;
--color-3: #fde5ab;
--color-4: #fcbb99;
--color-5: #fc8870;
} ๐ Apricot Dream background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fcbe51, #fdd69d, #fde5ab, #fcbb99, #fc8870);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fcbe51, #fdd69d, #fde5ab, #fcbb99, #fc8870);
} ๐ Explore similar color palettes
Apricot Dream color palette created on .