Tropical Green Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Tropical Green palette

Share this palette to:

Tropical Green color palette CSS

/* CSS */
.color-1 {
color: #1e8a4d;
}
.color-2 {
color: #4fbfa0;
}
.color-3 {
color: #70dfe1;
}
.color-4 {
color: #f1c84b;
}
.color-5 {
color: #f76c59;
}

/* CSS Variables */
:root {
--color-1: #1e8a4d;
--color-2: #4fbfa0;
--color-3: #70dfe1;
--color-4: #f1c84b;
--color-5: #f76c59;
}

Tropical Green background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e8a4d, #4fbfa0, #70dfe1, #f1c84b, #f76c59);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e8a4d, #4fbfa0, #70dfe1, #f1c84b, #f76c59);
}

Tropical Green color palette created on .