Cherry Chocolate Delight Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Cherry Chocolate Delight palette

Share this palette to:

Cherry Chocolate Delight color palette CSS

/* CSS */
.color-1 {
color: #8a0000;
}
.color-2 {
color: #d2691e;
}
.color-3 {
color: #ff6347;
}
.color-4 {
color: #ffb8c1;
}
.color-5 {
color: #fff8db;
}

/* CSS Variables */
:root {
--color-1: #8a0000;
--color-2: #d2691e;
--color-3: #ff6347;
--color-4: #ffb8c1;
--color-5: #fff8db;
}

Cherry Chocolate Delight background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #8a0000, #d2691e, #ff6347, #ffb8c1, #fff8db);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #8a0000, #d2691e, #ff6347, #ffb8c1, #fff8db);
}

Cherry Chocolate Delight color palette created on .