Tropical Fusion Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Tropical Fusion palette

Share this palette to:

Tropical Fusion color palette CSS

/* CSS */
.color-1 {
color: #ff5c92;
}
.color-2 {
color: #ff8b38;
}
.color-3 {
color: #ffb84d;
}
.color-4 {
color: #92ff5c;
}
.color-5 {
color: #38ff8b;
}

/* CSS Variables */
:root {
--color-1: #ff5c92;
--color-2: #ff8b38;
--color-3: #ffb84d;
--color-4: #92ff5c;
--color-5: #38ff8b;
}

Tropical Fusion background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff5c92, #ff8b38, #ffb84d, #92ff5c, #38ff8b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff5c92, #ff8b38, #ffb84d, #92ff5c, #38ff8b);
}

Tropical Fusion color palette created on .