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