Tropical Harmony Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Tropical Harmony palette

Share this palette to:

Tropical Harmony color palette CSS

/* CSS */
.color-1 {
color: #e88030;
}
.color-2 {
color: #5fcae3;
}
.color-3 {
color: #17909b;
}
.color-4 {
color: #6a2c90;
}
.color-5 {
color: #f3dac9;
}

/* CSS Variables */
:root {
--color-1: #e88030;
--color-2: #5fcae3;
--color-3: #17909b;
--color-4: #6a2c90;
--color-5: #f3dac9;
}

Tropical Harmony background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e88030, #5fcae3, #17909b, #6a2c90, #f3dac9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e88030, #5fcae3, #17909b, #6a2c90, #f3dac9);
}

Tropical Harmony color palette created on .