Tropical Sunset Serenade Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Tropical Sunset Serenade palette
Tropical Sunset Serenade color palette PNG image
Tropical Sunset Serenade color palette CSS
/* CSS */
.color-1 {
color: #792c90;
}
.color-2 {
color: #f6e92c;
}
.color-3 {
color: #4cae4f;
}
.color-4 {
color: #b77f1f;
}
.color-5 {
color: #e94e77;
}
/* CSS Variables */
:root {
--color-1: #792c90;
--color-2: #f6e92c;
--color-3: #4cae4f;
--color-4: #b77f1f;
--color-5: #e94e77;
}
Tropical Sunset Serenade background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #792c90, #f6e92c, #4cae4f, #b77f1f, #e94e77);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #792c90, #f6e92c, #4cae4f, #b77f1f, #e94e77);
}
Similar color palettes
Scroll down to explore 5 Hawaii color palettes
Tropical Sunset Serenade color palette created on .