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