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