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: #f28f18;
}
.color-3 {
color: #f1c84b;
}
.color-4 {
color: #64d3b7;
}
.color-5 {
color: #3d92c7;
}

/* CSS Variables */
:root {
--color-1: #f2572c;
--color-2: #f28f18;
--color-3: #f1c84b;
--color-4: #64d3b7;
--color-5: #3d92c7;
}

Tropical Sunset Serenade background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f2572c, #f28f18, #f1c84b, #64d3b7, #3d92c7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f2572c, #f28f18, #f1c84b, #64d3b7, #3d92c7);
}

Tropical Sunset Serenade color palette created on .