Coney Sunset Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Coney Sunset palette
Coney Sunset color palette CSS
/* CSS */
.color-1 {
color: #f6d7a2;
}
.color-2 {
color: #f2a39c;
}
.color-3 {
color: #f47b7b;
}
.color-4 {
color: #e85e85;
}
.color-5 {
color: #d73c8c;
}
/* CSS Variables */
:root {
--color-1: #f6d7a2;
--color-2: #f2a39c;
--color-3: #f47b7b;
--color-4: #e85e85;
--color-5: #d73c8c;
}
Coney Sunset background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6d7a2, #f2a39c, #f47b7b, #e85e85, #d73c8c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6d7a2, #f2a39c, #f47b7b, #e85e85, #d73c8c);
}
Similar color palettes
Coney Sunset color palette created on .