Bittersweet Shades Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Bittersweet Shades palette
Color Inspiration
Images that showcase this color palette in real designs
Download Bittersweet Shades Color Palette (PNG)
Bittersweet Shades color palette CSS
/* CSS */
.color-1 {
color: #fe6d5d;
}
.color-2 {
color: #f9a96c;
}
.color-3 {
color: #f9d86c;
}
.color-4 {
color: #a4d66b;
}
.color-5 {
color: #6cf9a9;
}
/* CSS Variables */
:root {
--color-1: #fe6d5d;
--color-2: #f9a96c;
--color-3: #f9d86c;
--color-4: #a4d66b;
--color-5: #6cf9a9;
}
Bittersweet Shades background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fe6d5d, #f9a96c, #f9d86c, #a4d66b, #6cf9a9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fe6d5d, #f9a96c, #f9d86c, #a4d66b, #6cf9a9);
}
Similar color palettes
Bittersweet Shades color palette created on .