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: #f9b1ae;
}
.color-2 {
color: #f9cf8b;
}
.color-3 {
color: #f1cb4b;
}
.color-4 {
color: #e8b430;
}
.color-5 {
color: #c27a9f;
}

/* CSS Variables */
:root {
--color-1: #f9b1ae;
--color-2: #f9cf8b;
--color-3: #f1cb4b;
--color-4: #e8b430;
--color-5: #c27a9f;
}

CSS con gradiente di sfondo Sunset Serenade

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9b1ae, #f9cf8b, #f1cb4b, #e8b430, #c27a9f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9b1ae, #f9cf8b, #f1cb4b, #e8b430, #c27a9f);
}

Sunset Serenade color palette created on .