Tropical Yellow Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Tropical Yellow palette
Tropical Yellow color palette CSS
/* CSS */
.color-1 {
color: #c45f0e;
}
.color-2 {
color: #c8431e;
}
.color-3 {
color: #c96722;
}
.color-4 {
color: #c9811d;
}
.color-5 {
color: #406444;
}
/* CSS Variables */
:root {
--color-1: #c45f0e;
--color-2: #c8431e;
--color-3: #c96722;
--color-4: #c9811d;
--color-5: #406444;
}
Tropical Yellow background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c45f0e, #c8431e, #c96722, #c9811d, #406444);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c45f0e, #c8431e, #c96722, #c9811d, #406444);
}
Similar color palettes
Tropical Yellow color palette created on .