Tropical Sunset Serenade Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Tropical Sunset Serenade palette
Tropical Sunset Serenade color palette CSS
/* CSS */
.color-1 {
color: #ffb84d;
}
.color-2 {
color: #ff6e42;
}
.color-3 {
color: #ffa98f;
}
.color-4 {
color: #ff5252;
}
.color-5 {
color: #ff4281;
}
/* CSS Variables */
:root {
--color-1: #ffb84d;
--color-2: #ff6e42;
--color-3: #ffa98f;
--color-4: #ff5252;
--color-5: #ff4281;
}
Tropical Sunset Serenade background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffb84d, #ff6e42, #ffa98f, #ff5252, #ff4281);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffb84d, #ff6e42, #ffa98f, #ff5252, #ff4281);
}
Similar color palettes
Scroll down to explore 50+ Bright color palettes
Tropical Sunset Serenade color palette created on .