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: #ff985c;
}
.color-3 {
color: #ffcb5c;
}
.color-4 {
color: #c1e1c1;
}
.color-5 {
color: #9ad4e0;
}
/* CSS Variables */
:root {
--color-1: #ff6e61;
--color-2: #ff985c;
--color-3: #ffcb5c;
--color-4: #c1e1c1;
--color-5: #9ad4e0;
}
Tropical Sunrise background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6e61, #ff985c, #ffcb5c, #c1e1c1, #9ad4e0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6e61, #ff985c, #ffcb5c, #c1e1c1, #9ad4e0);
}
Similar color palettes
Tropical Sunrise color palette created on .