Tropical Plumage Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Tropical Plumage palette

Share this palette to:

Tropical Plumage color palette CSS

/* CSS */
.color-1 {
color: #009975;
}
.color-2 {
color: #a8d3e1;
}
.color-3 {
color: #f2b05f;
}
.color-4 {
color: #a62b6f;
}
.color-5 {
color: #f68c23;
}

/* CSS Variables */
:root {
--color-1: #009975;
--color-2: #a8d3e1;
--color-3: #f2b05f;
--color-4: #a62b6f;
--color-5: #f68c23;
}

Tropical Plumage background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #009975, #a8d3e1, #f2b05f, #a62b6f, #f68c23);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #009975, #a8d3e1, #f2b05f, #a62b6f, #f68c23);
}

Tropical Plumage color palette created on .