Equestrian Elegance Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Equestrian Elegance palette
Equestrian Elegance color palette CSS
/* CSS */
.color-1 {
color: #c2a46b;
}
.color-2 {
color: #a66b3a;
}
.color-3 {
color: #884d2b;
}
.color-4 {
color: #6b2c1f;
}
.color-5 {
color: #3b1b1f;
}
/* CSS Variables */
:root {
--color-1: #c2a46b;
--color-2: #a66b3a;
--color-3: #884d2b;
--color-4: #6b2c1f;
--color-5: #3b1b1f;
}
Equestrian Elegance background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c2a46b, #a66b3a, #884d2b, #6b2c1f, #3b1b1f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c2a46b, #a66b3a, #884d2b, #6b2c1f, #3b1b1f);
}
Similar color palettes
Equestrian Elegance color palette created on .