Cocoa Delight Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Cocoa Delight palette

Share this palette to:

Cocoa Delight color palette CSS

/* CSS */
.color-1 {
color: #e8c6b5;
}
.color-2 {
color: #d79f88;
}
.color-3 {
color: #b57969;
}
.color-4 {
color: #a8644d;
}
.color-5 {
color: #7e3b2a;
}

/* CSS Variables */
:root {
--color-1: #e8c6b5;
--color-2: #d79f88;
--color-3: #b57969;
--color-4: #a8644d;
--color-5: #7e3b2a;
}

Cocoa Delight background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e8c6b5, #d79f88, #b57969, #a8644d, #7e3b2a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e8c6b5, #d79f88, #b57969, #a8644d, #7e3b2a);
}

Cocoa Delight color palette created on .