Horse Stable Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Horse Stable palette
Horse Stable color palette PNG image
Horse Stable color palette CSS
/* CSS */
.color-1 {
color: #8b5a3c;
}
.color-2 {
color: #d8b18d;
}
.color-3 {
color: #f3e0c4;
}
.color-4 {
color: #a9c8a2;
}
.color-5 {
color: #794b39;
}
/* CSS Variables */
:root {
--color-1: #8b5a3c;
--color-2: #d8b18d;
--color-3: #f3e0c4;
--color-4: #a9c8a2;
--color-5: #794b39;
}
Horse Stable background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #8b5a3c, #d8b18d, #f3e0c4, #a9c8a2, #794b39);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #8b5a3c, #d8b18d, #f3e0c4, #a9c8a2, #794b39);
}
Similar color palettes
Horse Stable color palette created on .