Tropical Elegance Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Tropical Elegance palette

Share this palette to:

Tropical Elegance color palette CSS

/* CSS */
.color-1 {
color: #2e8a56;
}
.color-2 {
color: #ffb84d;
}
.color-3 {
color: #a85d9e;
}
.color-4 {
color: #6c4c41;
}
.color-5 {
color: #f1c84b;
}

/* CSS Variables */
:root {
--color-1: #2e8a56;
--color-2: #ffb84d;
--color-3: #a85d9e;
--color-4: #6c4c41;
--color-5: #f1c84b;
}

Tropical Elegance background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #2e8a56, #ffb84d, #a85d9e, #6c4c41, #f1c84b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #2e8a56, #ffb84d, #a85d9e, #6c4c41, #f1c84b);
}

Tropical Elegance color palette created on .