Tropical Green Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Tropical Green palette

Share this palette to:

Download Tropical Green Color Palette (PNG)

Download tropical green color palette PNG image (landscape)
Download tropical green color palette PNG image (square)

Tropical Green color palette CSS

/* CSS */
.color-1 {
color: #68cfa1;
}
.color-2 {
color: #d1a242;
}
.color-3 {
color: #9eba73;
}
.color-4 {
color: #f1c84b;
}
.color-5 {
color: #e5703e;
}

/* CSS Variables */
:root {
--color-1: #68cfa1;
--color-2: #d1a242;
--color-3: #9eba73;
--color-4: #f1c84b;
--color-5: #e5703e;
}

Tropical Green background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #68cfa1, #d1a242, #9eba73, #f1c84b, #e5703e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #68cfa1, #d1a242, #9eba73, #f1c84b, #e5703e);
}

Tropical Green color palette created on .