Moonlit Cocoa Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Moonlit Cocoa palette

Share this palette to:

Moonlit Cocoa color palette CSS

/* CSS */
.color-1 {
color: #e5d3c8;
}
.color-2 {
color: #c4b6a6;
}
.color-3 {
color: #a68c8e;
}
.color-4 {
color: #5e599b;
}
.color-5 {
color: #3b2f4c;
}

/* CSS Variables */
:root {
--color-1: #e5d3c8;
--color-2: #c4b6a6;
--color-3: #a68c8e;
--color-4: #5e599b;
--color-5: #3b2f4c;
}

Moonlit Cocoa background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e5d3c8, #c4b6a6, #a68c8e, #5e599b, #3b2f4c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e5d3c8, #c4b6a6, #a68c8e, #5e599b, #3b2f4c);
}

Moonlit Cocoa color palette created on .