Brown and Cream Cow Colors Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Brown and Cream Cow Colors palette
Brown and Cream Cow Colors color palette CSS
/* 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;
}
Brown and Cream Cow Colors background gradient CSS
/* 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);
}
Similar color palettes
Brown and Cream Cow Colors color palette created on .