Tropical Sunrise Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Tropical Sunrise palette
Tropical Sunrise color palette CSS
/* CSS */
.color-1 {
color: #ff8052;
}
.color-2 {
color: #ffb347;
}
.color-3 {
color: #ffec42;
}
.color-4 {
color: #b2e0da;
}
.color-5 {
color: #4e98a6;
}
/* CSS Variables */
:root {
--color-1: #ff8052;
--color-2: #ffb347;
--color-3: #ffec42;
--color-4: #b2e0da;
--color-5: #4e98a6;
}
Tropical Sunrise background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff8052, #ffb347, #ffec42, #b2e0da, #4e98a6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff8052, #ffb347, #ffec42, #b2e0da, #4e98a6);
}
Similar color palettes
Scroll down to explore 300+ Bright color palettes
Tropical Sunrise color palette created on .