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