Tropical Serenade Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Tropical Serenade palette

Share this palette to:

Tropical Serenade color palette CSS

/* CSS */
.color-1 {
color: #f2572c;
}
.color-2 {
color: #f4a60b;
}
.color-3 {
color: #f2e9a1;
}
.color-4 {
color: #a8d3e1;
}
.color-5 {
color: #68b3b6;
}

/* CSS Variables */
:root {
--color-1: #f2572c;
--color-2: #f4a60b;
--color-3: #f2e9a1;
--color-4: #a8d3e1;
--color-5: #68b3b6;
}

Tropical Serenade background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f2572c, #f4a60b, #f2e9a1, #a8d3e1, #68b3b6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f2572c, #f4a60b, #f2e9a1, #a8d3e1, #68b3b6);
}

Tropical Serenade color palette created on .