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