Bittersweet Sunset Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Bittersweet Sunset palette

Share this palette to:

Bittersweet Sunset color palette CSS

/* CSS */
.color-1 {
color: #ff6e61;
}
.color-2 {
color: #ffbb4d;
}
.color-3 {
color: #ffd900;
}
.color-4 {
color: #4cae7b;
}
.color-5 {
color: #3c5a9a;
}

/* CSS Variables */
:root {
--color-1: #ff6e61;
--color-2: #ffbb4d;
--color-3: #ffd900;
--color-4: #4cae7b;
--color-5: #3c5a9a;
}

Bittersweet Sunset background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6e61, #ffbb4d, #ffd900, #4cae7b, #3c5a9a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6e61, #ffbb4d, #ffd900, #4cae7b, #3c5a9a);
}

Bittersweet Sunset color palette created on .