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: #f3dddd;
}
.color-2 {
color: #fabb29;
}
.color-3 {
color: #fca31d;
}
.color-4 {
color: #f87d35;
}
.color-5 {
color: #bf865a;
}

/* CSS Variables */
:root {
--color-1: #f3dddd;
--color-2: #fabb29;
--color-3: #fca31d;
--color-4: #f87d35;
--color-5: #bf865a;
}

CSS con gradiente di sfondo Sunset Serenade

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f3dddd, #fabb29, #fca31d, #f87d35, #bf865a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f3dddd, #fabb29, #fca31d, #f87d35, #bf865a);
}

Sunset Serenade color palette created on .