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: #f3a0b6;
}
.color-2 {
color: #ff6e61;
}
.color-3 {
color: #ffbd42;
}
.color-4 {
color: #4abf9e;
}
.color-5 {
color: #69b0e2;
}

/* CSS Variables */
:root {
--color-1: #f3a0b6;
--color-2: #ff6e61;
--color-3: #ffbd42;
--color-4: #4abf9e;
--color-5: #69b0e2;
}

CSS con gradiente di sfondo Sunset Serenade

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f3a0b6, #ff6e61, #ffbd42, #4abf9e, #69b0e2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f3a0b6, #ff6e61, #ffbd42, #4abf9e, #69b0e2);
}

Sunset Serenade color palette created on .