Paleta de colores Midnight Cookie Crumble
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Midnight Cookie Crumble palette
CSS de la paleta de colores Midnight Cookie Crumble
/* CSS */
.color-1 {
color: #e8d8bf;
}
.color-2 {
color: #c9b2a1;
}
.color-3 {
color: #a66f5e;
}
.color-4 {
color: #714e38;
}
.color-5 {
color: #3c2b25;
}
/* CSS Variables */
:root {
--color-1: #e8d8bf;
--color-2: #c9b2a1;
--color-3: #a66f5e;
--color-4: #714e38;
--color-5: #3c2b25;
}
CSS del degradado de fondo Midnight Cookie Crumble
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e8d8bf, #c9b2a1, #a66f5e, #714e38, #3c2b25);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e8d8bf, #c9b2a1, #a66f5e, #714e38, #3c2b25);
}
Paletas de colores similares
Midnight Cookie Crumble color palette created on .