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: #4e3b31;
}
.color-2 {
color: #7a5c4d;
}
.color-3 {
color: #a6785e;
}
.color-4 {
color: #d3a350;
}
.color-5 {
color: #f2e2cf;
}

/* CSS Variables */
:root {
--color-1: #4e3b31;
--color-2: #7a5c4d;
--color-3: #a6785e;
--color-4: #d3a350;
--color-5: #f2e2cf;
}

Cocoa Delight background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4e3b31, #7a5c4d, #a6785e, #d3a350, #f2e2cf);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4e3b31, #7a5c4d, #a6785e, #d3a350, #f2e2cf);
}

Cocoa Delight color palette created on .