Merchant's Sunset Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Merchant's Sunset palette

Condividi questa palette a:

Immagine PNG della tavolozza dei colori Merchant's Sunset

Download merchant's sunset color palette PNG image (landscape)
Download merchant's sunset color palette PNG image (square)

tavolozza dei colori Merchant's Sunset CSS

/* CSS */
.color-1 {
color: #ebc119;
}
.color-2 {
color: #e07e2e;
}
.color-3 {
color: #c85209;
}
.color-4 {
color: #ba3f36;
}
.color-5 {
color: #8646b4;
}

/* CSS Variables */
:root {
--color-1: #ebc119;
--color-2: #e07e2e;
--color-3: #c85209;
--color-4: #ba3f36;
--color-5: #8646b4;
}

CSS con gradiente di sfondo Merchant's Sunset

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ebc119, #e07e2e, #c85209, #ba3f36, #8646b4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ebc119, #e07e2e, #c85209, #ba3f36, #8646b4);
}

Merchant's Sunset color palette created on .