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: #794a39;
}
.color-2 {
color: #a56f5f;
}
.color-3 {
color: #e1b289;
}
.color-4 {
color: #f9d5b4;
}
.color-5 {
color: #fbf1df;
}

/* CSS Variables */
:root {
--color-1: #794a39;
--color-2: #a56f5f;
--color-3: #e1b289;
--color-4: #f9d5b4;
--color-5: #fbf1df;
}

Cocoa Delight background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #794a39, #a56f5f, #e1b289, #f9d5b4, #fbf1df);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #794a39, #a56f5f, #e1b289, #f9d5b4, #fbf1df);
}

Cocoa Delight color palette created on .