Sunlit Equine Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Sunlit Equine palette

Condividi questa palette a:

tavolozza dei colori Sunlit Equine CSS

/* CSS */
.color-1 {
color: #f8c449;
}
.color-2 {
color: #daa44e;
}
.color-3 {
color: #c78938;
}
.color-4 {
color: #b87a2e;
}
.color-5 {
color: #8b4d1d;
}

/* CSS Variables */
:root {
--color-1: #f8c449;
--color-2: #daa44e;
--color-3: #c78938;
--color-4: #b87a2e;
--color-5: #8b4d1d;
}

CSS con gradiente di sfondo Sunlit Equine

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8c449, #daa44e, #c78938, #b87a2e, #8b4d1d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8c449, #daa44e, #c78938, #b87a2e, #8b4d1d);
}

Sunlit Equine color palette created on .