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