Equine Elegance Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Equine Elegance palette

Share this palette to:

Equine Elegance color palette CSS

/* CSS */
.color-1 {
color: #d0a66c;
}
.color-2 {
color: #b89b75;
}
.color-3 {
color: #f4d59f;
}
.color-4 {
color: #f0a96a;
}
.color-5 {
color: #c77a5c;
}

/* CSS Variables */
:root {
--color-1: #d0a66c;
--color-2: #b89b75;
--color-3: #f4d59f;
--color-4: #f0a96a;
--color-5: #c77a5c;
}

Equine Elegance background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d0a66c, #b89b75, #f4d59f, #f0a96a, #c77a5c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d0a66c, #b89b75, #f4d59f, #f0a96a, #c77a5c);
}

Equine Elegance color palette created on .