Sizzling Sunset Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Sizzling Sunset palette

Condividi questa palette a:

tavolozza dei colori Sizzling Sunset CSS

/* CSS */
.color-1 {
color: #8a5442;
}
.color-2 {
color: #c7654d;
}
.color-3 {
color: #e6a34c;
}
.color-4 {
color: #f3c758;
}
.color-5 {
color: #f7e1a1;
}

/* CSS Variables */
:root {
--color-1: #8a5442;
--color-2: #c7654d;
--color-3: #e6a34c;
--color-4: #f3c758;
--color-5: #f7e1a1;
}

CSS con gradiente di sfondo Sizzling Sunset

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #8a5442, #c7654d, #e6a34c, #f3c758, #f7e1a1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #8a5442, #c7654d, #e6a34c, #f3c758, #f7e1a1);
}

Sizzling Sunset color palette created on .