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: #ff6e61;
}
.color-2 {
color: #ff9a47;
}
.color-3 {
color: #ffd57a;
}
.color-4 {
color: #a6d5e3;
}
.color-5 {
color: #69bf9b;
}
/* CSS Variables */
:root {
--color-1: #ff6e61;
--color-2: #ff9a47;
--color-3: #ffd57a;
--color-4: #a6d5e3;
--color-5: #69bf9b;
}
Tropical Sunrise background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6e61, #ff9a47, #ffd57a, #a6d5e3, #69bf9b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6e61, #ff9a47, #ffd57a, #a6d5e3, #69bf9b);
}
Similar color palettes
Scroll down to explore 100+ Aesthetic color palettes
Tropical Sunrise color palette created on .