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: #f6d12c;
}
.color-2 {
color: #fcae1d;
}
.color-3 {
color: #f88c20;
}
.color-4 {
color: #f86c30;
}
.color-5 {
color: #f95f39;
}

/* CSS Variables */
:root {
--color-1: #f6d12c;
--color-2: #fcae1d;
--color-3: #f88c20;
--color-4: #f86c30;
--color-5: #f95f39;
}

CSS con gradiente di sfondo Sunset Serenade

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6d12c, #fcae1d, #f88c20, #f86c30, #f95f39);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6d12c, #fcae1d, #f88c20, #f86c30, #f95f39);
}

Sunset Serenade color palette created on .