Apricot Dream Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Apricot Dream palette
Color Inspiration
Images that showcase this color palette in real designs
Download Apricot Dream Color Palette (PNG)
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);
}
Similar color palettes
Scroll down to explore 80+ Amber color palettes
Apricot Dream color palette created on .