Paleta de colores Brown and Cream Cow Colors
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Brown and Cream Cow Colors palette
CSS de la paleta de colores Brown and Cream Cow Colors
/* CSS */
.color-1 {
color: #d1a85c;
}
.color-2 {
color: #f3e2b4;
}
.color-3 {
color: #b57a3b;
}
.color-4 {
color: #e1c6a3;
}
.color-5 {
color: #ffffff;
}
/* CSS Variables */
:root {
--color-1: #d1a85c;
--color-2: #f3e2b4;
--color-3: #b57a3b;
--color-4: #e1c6a3;
--color-5: #ffffff;
}
CSS del degradado de fondo Brown and Cream Cow Colors
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d1a85c, #f3e2b4, #b57a3b, #e1c6a3, #ffffff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d1a85c, #f3e2b4, #b57a3b, #e1c6a3, #ffffff);
}
Paletas de colores similares
Brown and Cream Cow Colors color palette created on .