Cocoa Confectionery Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Cocoa Confectionery palette

Share this palette to:

Cocoa Confectionery color palette CSS

/* CSS */
.color-1 {
color: #4e3b31;
}
.color-2 {
color: #6e5b4e;
}
.color-3 {
color: #907e6a;
}
.color-4 {
color: #b8a789;
}
.color-5 {
color: #e3cfc4;
}

/* CSS Variables */
:root {
--color-1: #4e3b31;
--color-2: #6e5b4e;
--color-3: #907e6a;
--color-4: #b8a789;
--color-5: #e3cfc4;
}

Cocoa Confectionery background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4e3b31, #6e5b4e, #907e6a, #b8a789, #e3cfc4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4e3b31, #6e5b4e, #907e6a, #b8a789, #e3cfc4);
}

Cocoa Confectionery color palette created on .