Paleta de colores Brown Milk Cookie
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Brown Milk Cookie palette
CSS de la paleta de colores Brown Milk Cookie
/* CSS */
.color-1 {
color: #f5e6d6;
}
.color-2 {
color: #e2cdc5;
}
.color-3 {
color: #d1b29f;
}
.color-4 {
color: #c5998c;
}
.color-5 {
color: #b17c7c;
}
/* CSS Variables */
:root {
--color-1: #f5e6d6;
--color-2: #e2cdc5;
--color-3: #d1b29f;
--color-4: #c5998c;
--color-5: #b17c7c;
}
CSS del degradado de fondo Brown Milk Cookie
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5e6d6, #e2cdc5, #d1b29f, #c5998c, #b17c7c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5e6d6, #e2cdc5, #d1b29f, #c5998c, #b17c7c);
}
Paletas de colores similares
Brown Milk Cookie color palette created on .