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: #f3e2d3;
}
.color-2 {
color: #f9ae67;
}
.color-3 {
color: #fa473d;
}
.color-4 {
color: #c33235;
}
.color-5 {
color: #684b64;
}

/* CSS Variables */
:root {
--color-1: #f3e2d3;
--color-2: #f9ae67;
--color-3: #fa473d;
--color-4: #c33235;
--color-5: #684b64;
}

CSS con gradiente di sfondo Sunset Serenade

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f3e2d3, #f9ae67, #fa473d, #c33235, #684b64);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f3e2d3, #f9ae67, #fa473d, #c33235, #684b64);
}

Sunset Serenade color palette created on .