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: #00b3aa;
}
.color-2 {
color: #008a8a;
}
.color-3 {
color: #005c5c;
}
.color-4 {
color: #ffbb00;
}
.color-5 {
color: #ffd942;
}
/* CSS Variables */
:root {
--color-1: #00b3aa;
--color-2: #008a8a;
--color-3: #005c5c;
--color-4: #ffbb00;
--color-5: #ffd942;
}
Tropical Sunrise background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #00b3aa, #008a8a, #005c5c, #ffbb00, #ffd942);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #00b3aa, #008a8a, #005c5c, #ffbb00, #ffd942);
}
Similar color palettes
Tropical Sunrise color palette created on .