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: #fe6d5d;
}
.color-2 {
color: #f8caa5;
}
.color-3 {
color: #f1e1b1;
}
.color-4 {
color: #c7d3e0;
}
.color-5 {
color: #5a8a90;
}

/* CSS Variables */
:root {
--color-1: #fe6d5d;
--color-2: #f8caa5;
--color-3: #f1e1b1;
--color-4: #c7d3e0;
--color-5: #5a8a90;
}

Bittersweet Shades background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fe6d5d, #f8caa5, #f1e1b1, #c7d3e0, #5a8a90);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fe6d5d, #f8caa5, #f1e1b1, #c7d3e0, #5a8a90);
}

Bittersweet Shades color palette created on .