Equestrian Elegance Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Equestrian Elegance palette

Share this palette to:

Equestrian Elegance color palette CSS

/* CSS */
.color-1 {
color: #f1f2f3;
}
.color-2 {
color: #d1e0e0;
}
.color-3 {
color: #97c3c3;
}
.color-4 {
color: #5ca3a3;
}
.color-5 {
color: #2b7d7d;
}

/* CSS Variables */
:root {
--color-1: #f1f2f3;
--color-2: #d1e0e0;
--color-3: #97c3c3;
--color-4: #5ca3a3;
--color-5: #2b7d7d;
}

Equestrian Elegance background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f1f2f3, #d1e0e0, #97c3c3, #5ca3a3, #2b7d7d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f1f2f3, #d1e0e0, #97c3c3, #5ca3a3, #2b7d7d);
}

Equestrian Elegance color palette created on .