Bittersweet Delight Color Palette
Discover the beautiful Bittersweet Delight color palette featuring mojo (#c85d3c), di serria (#d99f59), chalky (#f0c98e), chamois (#ede2b0) and clay ash (#b7c9b5).
Brightness
Saturation
Warmth
๐ก What You Can Do
ColorMagic makes it easy to:
- โขCopy precise HEX codes and RGB values for your designs
- โขAdjust its brightness, saturation, and warmth to create new variations
- โขPreview UI components to see how colors work in real interfaces
- โขCopy CSS code including background gradients and color variables
- โขDownload the palette
- โขShare your palette with team members and clients
๐จ Preview UI Components
UI Examples
Explore beautiful UI components with Bittersweet Delight palette
๐ป 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);
} ๐ Explore similar color palettes
Bittersweet Delight color palette created on .