Yellow Banana Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Yellow Banana palette

Share this palette to:

Yellow Banana color palette CSS

/* CSS */
.color-1 {
color: #fbe7b1;
}
.color-2 {
color: #f5d15c;
}
.color-3 {
color: #f1c84b;
}
.color-4 {
color: #eab839;
}
.color-5 {
color: #e0a629;
}

/* CSS Variables */
:root {
--color-1: #fbe7b1;
--color-2: #f5d15c;
--color-3: #f1c84b;
--color-4: #eab839;
--color-5: #e0a629;
}

Yellow Banana background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fbe7b1, #f5d15c, #f1c84b, #eab839, #e0a629);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fbe7b1, #f5d15c, #f1c84b, #eab839, #e0a629);
}

Yellow Banana color palette created on .