Tropical Sunset Serenade Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Tropical Sunset Serenade palette

Condividi questa palette a:

tavolozza dei colori Tropical Sunset Serenade CSS

/* CSS */
.color-1 {
color: #f2572c;
}
.color-2 {
color: #ffb84d;
}
.color-3 {
color: #ffd500;
}
.color-4 {
color: #681b98;
}
.color-5 {
color: #ff6e61;
}

/* CSS Variables */
:root {
--color-1: #f2572c;
--color-2: #ffb84d;
--color-3: #ffd500;
--color-4: #681b98;
--color-5: #ff6e61;
}

CSS con gradiente di sfondo Tropical Sunset Serenade

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f2572c, #ffb84d, #ffd500, #681b98, #ff6e61);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f2572c, #ffb84d, #ffd500, #681b98, #ff6e61);
}

Tropical Sunset Serenade color palette created on .