Paleta de colores Midnight Cookie Dream

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Midnight Cookie Dream palette

Compartir esta paleta en:

CSS de la paleta de colores Midnight Cookie Dream

/* 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;
}

CSS del degradado de fondo Midnight Cookie Dream

/* 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 .