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: #f2b950;
}
.color-2 {
color: #f2aa7d;
}
.color-3 {
color: #f29c82;
}
.color-4 {
color: #f27d7f;
}
.color-5 {
color: #d66e6b;
}

/* CSS Variables */
:root {
--color-1: #f2b950;
--color-2: #f2aa7d;
--color-3: #f29c82;
--color-4: #f27d7f;
--color-5: #d66e6b;
}

CSS con gradiente di sfondo Sunset Serenade

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f2b950, #f2aa7d, #f29c82, #f27d7f, #d66e6b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f2b950, #f2aa7d, #f29c82, #f27d7f, #d66e6b);
}

Sunset Serenade color palette created on .