Sunset Glow Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Sunset Glow palette

Condividi questa palette a:

Immagine PNG della tavolozza dei colori Sunset Glow

Download sunset glow color palette PNG image (landscape)
Download sunset glow color palette PNG image (square)

tavolozza dei colori Sunset Glow CSS

/* CSS */
.color-1 {
color: #3b3b3b;
}
.color-2 {
color: #f9f4e1;
}
.color-3 {
color: #fcd640;
}
.color-4 {
color: #e5e96d;
}
.color-5 {
color: #e6b798;
}

/* CSS Variables */
:root {
--color-1: #3b3b3b;
--color-2: #f9f4e1;
--color-3: #fcd640;
--color-4: #e5e96d;
--color-5: #e6b798;
}

CSS con gradiente di sfondo Sunset Glow

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3b3b3b, #f9f4e1, #fcd640, #e5e96d, #e6b798);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3b3b3b, #f9f4e1, #fcd640, #e5e96d, #e6b798);
}

Sunset Glow color palette created on .