Tropical Sunset Serenade Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Tropical Sunset Serenade palette

Share this palette to:

Tropical Sunset Serenade color palette 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;
}

Tropical Sunset Serenade background gradient CSS

/* 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 .