Loading...
Tropical Sunset Serenade Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Tropical Sunset Serenade palette
Download Tropical Sunset Serenade Color Palette (PNG)
Tropical Sunset Serenade color palette CSS
/* CSS */
.color-1 {
color: #ffb84d;
}
.color-2 {
color: #ff6e61;
}
.color-3 {
color: #ff4d4f;
}
.color-4 {
color: #f6c80e;
}
.color-5 {
color: #f1a8a2;
}
/* CSS Variables */
:root {
--color-1: #ffb84d;
--color-2: #ff6e61;
--color-3: #ff4d4f;
--color-4: #f6c80e;
--color-5: #f1a8a2;
}
Tropical Sunset Serenade background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffb84d, #ff6e61, #ff4d4f, #f6c80e, #f1a8a2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffb84d, #ff6e61, #ff4d4f, #f6c80e, #f1a8a2);
}
Similar color palettes
Tropical Sunset Serenade color palette created on .