Sunlit Apricot Dream Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Sunlit Apricot Dream palette

Share this palette to:

Sunlit Apricot Dream color palette CSS

/* CSS */
.color-1 {
color: #f7a950;
}
.color-2 {
color: #f9c58b;
}
.color-3 {
color: #f6d8b1;
}
.color-4 {
color: #f3e2b9;
}
.color-5 {
color: #fcecb0;
}

/* CSS Variables */
:root {
--color-1: #f7a950;
--color-2: #f9c58b;
--color-3: #f6d8b1;
--color-4: #f3e2b9;
--color-5: #fcecb0;
}

Sunlit Apricot Dream background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7a950, #f9c58b, #f6d8b1, #f3e2b9, #fcecb0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7a950, #f9c58b, #f6d8b1, #f3e2b9, #fcecb0);
}

Sunlit Apricot Dream color palette created on .