Midnight Cookie Dream Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Midnight Cookie Dream palette

Condividi questa palette a:

tavolozza dei colori Midnight Cookie Dream CSS

/* CSS */
.color-1 {
color: #1c171c;
}
.color-2 {
color: #493c48;
}
.color-3 {
color: #a28c6d;
}
.color-4 {
color: #e9c7aa;
}
.color-5 {
color: #f3e5d8;
}

/* CSS Variables */
:root {
--color-1: #1c171c;
--color-2: #493c48;
--color-3: #a28c6d;
--color-4: #e9c7aa;
--color-5: #f3e5d8;
}

CSS con gradiente di sfondo Midnight Cookie Dream

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1c171c, #493c48, #a28c6d, #e9c7aa, #f3e5d8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1c171c, #493c48, #a28c6d, #e9c7aa, #f3e5d8);
}

Midnight Cookie Dream color palette created on .