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: #ff6c5c;
}
.color-2 {
color: #ff9d70;
}
.color-3 {
color: #ffc870;
}
.color-4 {
color: #ffe770;
}
.color-5 {
color: #c3e86d;
}
/* CSS Variables */
:root {
--color-1: #ff6c5c;
--color-2: #ff9d70;
--color-3: #ffc870;
--color-4: #ffe770;
--color-5: #c3e86d;
}
Bittersweet Shades background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6c5c, #ff9d70, #ffc870, #ffe770, #c3e86d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6c5c, #ff9d70, #ffc870, #ffe770, #c3e86d);
}
Similar color palettes
Scroll down to explore 400+ Bright color palettes
Bittersweet Shades color palette created on .