Chocolate Crunch Delight Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Chocolate Crunch Delight palette

Share this palette to:

Chocolate Crunch Delight color palette PNG image

Download chocolate crunch delight color palette PNG image (landscape)
Download chocolate crunch delight color palette PNG image (square)

Chocolate Crunch Delight color palette CSS

/* CSS */
.color-1 {
color: #c05939;
}
.color-2 {
color: #d7a85b;
}
.color-3 {
color: #e3b8a1;
}
.color-4 {
color: #a43b2d;
}
.color-5 {
color: #4a2b21;
}

/* CSS Variables */
:root {
--color-1: #c05939;
--color-2: #d7a85b;
--color-3: #e3b8a1;
--color-4: #a43b2d;
--color-5: #4a2b21;
}

Chocolate Crunch Delight background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c05939, #d7a85b, #e3b8a1, #a43b2d, #4a2b21);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c05939, #d7a85b, #e3b8a1, #a43b2d, #4a2b21);
}

Chocolate Crunch Delight color palette created on .