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