Sunset Serenade Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Sunset Serenade palette

Condividi questa palette a:

tavolozza dei colori Sunset Serenade CSS

/* CSS */
.color-1 {
color: #fd3e1c;
}
.color-2 {
color: #557cf1;
}
.color-3 {
color: #f5bc00;
}
.color-4 {
color: #fda117;
}
.color-5 {
color: #f53100;
}

/* CSS Variables */
:root {
--color-1: #fd3e1c;
--color-2: #557cf1;
--color-3: #f5bc00;
--color-4: #fda117;
--color-5: #f53100;
}

CSS con gradiente di sfondo Sunset Serenade

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fd3e1c, #557cf1, #f5bc00, #fda117, #f53100);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fd3e1c, #557cf1, #f5bc00, #fda117, #f53100);
}

Sunset Serenade color palette created on .