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: #81d0fd;
}
.color-2 {
color: #ff6e61;
}
.color-3 {
color: #6fc3a0;
}
.color-4 {
color: #ff4d3d;
}
.color-5 {
color: #b7571f;
}

/* CSS Variables */
:root {
--color-1: #81d0fd;
--color-2: #ff6e61;
--color-3: #6fc3a0;
--color-4: #ff4d3d;
--color-5: #b7571f;
}

CSS con gradiente di sfondo Tropical Sunset Serenade

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #81d0fd, #ff6e61, #6fc3a0, #ff4d3d, #b7571f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #81d0fd, #ff6e61, #6fc3a0, #ff4d3d, #b7571f);
}

Tropical Sunset Serenade color palette created on .