Tropical Harmony Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Tropical Harmony palette
Tropical Harmony color palette CSS
/* CSS */
.color-1 {
color: #00b39e;
}
.color-2 {
color: #4cae4f;
}
.color-3 {
color: #a7d100;
}
.color-4 {
color: #f0e13d;
}
.color-5 {
color: #f5a300;
}
/* CSS Variables */
:root {
--color-1: #00b39e;
--color-2: #4cae4f;
--color-3: #a7d100;
--color-4: #f0e13d;
--color-5: #f5a300;
}
Tropical Harmony background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #00b39e, #4cae4f, #a7d100, #f0e13d, #f5a300);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #00b39e, #4cae4f, #a7d100, #f0e13d, #f5a300);
}
Similar color palettes
Scroll down to explore 300+ Aesthetic color palettes
Tropical Harmony color palette created on .