Tropical Yellow Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Tropical Yellow palette

Share this palette to:

Tropical Yellow color palette CSS

/* CSS */
.color-1 {
color: #f8d93f;
}
.color-2 {
color: #f6a841;
}
.color-3 {
color: #f5713d;
}
.color-4 {
color: #d94d3a;
}
.color-5 {
color: #a45d3d;
}

/* CSS Variables */
:root {
--color-1: #f8d93f;
--color-2: #f6a841;
--color-3: #f5713d;
--color-4: #d94d3a;
--color-5: #a45d3d;
}

Tropical Yellow background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8d93f, #f6a841, #f5713d, #d94d3a, #a45d3d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8d93f, #f6a841, #f5713d, #d94d3a, #a45d3d);
}

Tropical Yellow color palette created on .