Equestrian Elegance Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Equestrian Elegance palette
Color Inspiration
Images that showcase this color palette in real designs
Download Equestrian Elegance Color Palette (PNG)
Equestrian Elegance color palette CSS
/* CSS */
.color-1 {
color: #1f8e89;
}
.color-2 {
color: #f3ca4f;
}
.color-3 {
color: #e88e3b;
}
.color-4 {
color: #c84d37;
}
.color-5 {
color: #8d2a3c;
}
/* CSS Variables */
:root {
--color-1: #1f8e89;
--color-2: #f3ca4f;
--color-3: #e88e3b;
--color-4: #c84d37;
--color-5: #8d2a3c;
}
Equestrian Elegance background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f8e89, #f3ca4f, #e88e3b, #c84d37, #8d2a3c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f8e89, #f3ca4f, #e88e3b, #c84d37, #8d2a3c);
}
Similar color palettes
Equestrian Elegance color palette created on .