Bittersweet Shades Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Bittersweet Shades palette

Share this palette to:

Bittersweet Shades color palette CSS

/* CSS */
.color-1 {
color: #ff8e80;
}
.color-2 {
color: #fdc8b4;
}
.color-3 {
color: #fedfcd;
}
.color-4 {
color: #fbecb1;
}
.color-5 {
color: #f4d39f;
}

/* CSS Variables */
:root {
--color-1: #ff8e80;
--color-2: #fdc8b4;
--color-3: #fedfcd;
--color-4: #fbecb1;
--color-5: #f4d39f;
}

Bittersweet Shades background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff8e80, #fdc8b4, #fedfcd, #fbecb1, #f4d39f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff8e80, #fdc8b4, #fedfcd, #fbecb1, #f4d39f);
}

Bittersweet Shades color palette created on .