Paleta de colores Milk Coffee
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Milk Coffee palette
CSS de la paleta de colores Milk Coffee
/* CSS */
.color-1 {
color: #cdbba7;
}
.color-2 {
color: #decfc0;
}
.color-3 {
color: #e7d9d0;
}
.color-4 {
color: #f5e7db;
}
.color-5 {
color: #ead6cc;
}
/* CSS Variables */
:root {
--color-1: #cdbba7;
--color-2: #decfc0;
--color-3: #e7d9d0;
--color-4: #f5e7db;
--color-5: #ead6cc;
}
CSS del degradado de fondo Milk Coffee
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #cdbba7, #decfc0, #e7d9d0, #f5e7db, #ead6cc);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #cdbba7, #decfc0, #e7d9d0, #f5e7db, #ead6cc);
}
Paletas de colores similares
Desplázate hacia abajo para explorar 300+ paletas de colores Beige
Milk Coffee color palette created on .