Paleta de colores Merchant's Sunset

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Merchant's Sunset palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Merchant's Sunset

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

CSS de la paleta de colores Merchant's Sunset

/* 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 del degradado de fondo 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 .