American Paint Horse Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with American Paint Horse palette
American Paint Horse color palette PNG image
American Paint Horse color palette CSS
/* CSS */
.color-1 {
color: #bfaf8d;
}
.color-2 {
color: #c9c3b1;
}
.color-3 {
color: #e7d6c1;
}
.color-4 {
color: #c57c44;
}
.color-5 {
color: #4d2d2f;
}
/* CSS Variables */
:root {
--color-1: #bfaf8d;
--color-2: #c9c3b1;
--color-3: #e7d6c1;
--color-4: #c57c44;
--color-5: #4d2d2f;
}
American Paint Horse background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #bfaf8d, #c9c3b1, #e7d6c1, #c57c44, #4d2d2f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #bfaf8d, #c9c3b1, #e7d6c1, #c57c44, #4d2d2f);
}
Similar color palettes
American Paint Horse color palette created on .