Banana Yellow Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Banana Yellow palette
Color Inspiration
Images that showcase this color palette in real designs
Download Banana Yellow Color Palette (PNG)
Banana Yellow color palette CSS
/* CSS */
.color-1 {
color: #f6ec60;
}
.color-2 {
color: #e0b000;
}
.color-3 {
color: #f1c84b;
}
.color-4 {
color: #f9d66c;
}
.color-5 {
color: #f5a300;
}
/* CSS Variables */
:root {
--color-1: #f6ec60;
--color-2: #e0b000;
--color-3: #f1c84b;
--color-4: #f9d66c;
--color-5: #f5a300;
}
Banana Yellow background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6ec60, #e0b000, #f1c84b, #f9d66c, #f5a300);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6ec60, #e0b000, #f1c84b, #f9d66c, #f5a300);
}
Similar color palettes
Scroll down to explore 200+ Bright color palettes
Banana Yellow color palette created on .