Midnight Cookie Dream Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Midnight Cookie Dream palette

Share this palette to:

Midnight Cookie Dream color palette CSS

/* CSS */
.color-1 {
color: #1c1c1c;
}
.color-2 {
color: #4a4a4a;
}
.color-3 {
color: #9c8b6d;
}
.color-4 {
color: #e7c89c;
}
.color-5 {
color: #f2e6d4;
}

/* CSS Variables */
:root {
--color-1: #1c1c1c;
--color-2: #4a4a4a;
--color-3: #9c8b6d;
--color-4: #e7c89c;
--color-5: #f2e6d4;
}

Midnight Cookie Dream background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1c1c1c, #4a4a4a, #9c8b6d, #e7c89c, #f2e6d4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1c1c1c, #4a4a4a, #9c8b6d, #e7c89c, #f2e6d4);
}

Midnight Cookie Dream color palette created on .