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: #f9eca9;
}
.color-2 {
color: #f8b47c;
}
.color-3 {
color: #f58b56;
}
.color-4 {
color: #f0613d;
}
.color-5 {
color: #ea4f3e;
}

/* CSS Variables */
:root {
--color-1: #f9eca9;
--color-2: #f8b47c;
--color-3: #f58b56;
--color-4: #f0613d;
--color-5: #ea4f3e;
}

CSS con gradiente di sfondo Sunset Serenade

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9eca9, #f8b47c, #f58b56, #f0613d, #ea4f3e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9eca9, #f8b47c, #f58b56, #f0613d, #ea4f3e);
}

Sunset Serenade color palette created on .