Caroline's Sunset Symphony Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Caroline's Sunset Symphony palette

Share this palette to:

Caroline's Sunset Symphony color palette CSS

/* CSS */
.color-1 {
color: #f8e16d;
}
.color-2 {
color: #f5a300;
}
.color-3 {
color: #f06c47;
}
.color-4 {
color: #e84a99;
}
.color-5 {
color: #c94aba;
}

/* CSS Variables */
:root {
--color-1: #f8e16d;
--color-2: #f5a300;
--color-3: #f06c47;
--color-4: #e84a99;
--color-5: #c94aba;
}

Caroline's Sunset Symphony background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8e16d, #f5a300, #f06c47, #e84a99, #c94aba);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8e16d, #f5a300, #f06c47, #e84a99, #c94aba);
}

Caroline's Sunset Symphony color palette created on .