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: #d74228;
}
.color-2 {
color: #f15a22;
}
.color-3 {
color: #f7c94b;
}
.color-4 {
color: #5abf76;
}
.color-5 {
color: #3b6ca0;
}

/* CSS Variables */
:root {
--color-1: #d74228;
--color-2: #f15a22;
--color-3: #f7c94b;
--color-4: #5abf76;
--color-5: #3b6ca0;
}

Tropical Harmony background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d74228, #f15a22, #f7c94b, #5abf76, #3b6ca0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d74228, #f15a22, #f7c94b, #5abf76, #3b6ca0);
}

Tropical Harmony color palette created on .