Yellow Banana Split Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Yellow Banana Split palette

Share this palette to:

Yellow Banana Split color palette CSS

/* CSS */
.color-1 {
color: #ffe033;
}
.color-2 {
color: #ffb84d;
}
.color-3 {
color: #ff6e61;
}
.color-4 {
color: #d94f3a;
}
.color-5 {
color: #6a4e8d;
}

/* CSS Variables */
:root {
--color-1: #ffe033;
--color-2: #ffb84d;
--color-3: #ff6e61;
--color-4: #d94f3a;
--color-5: #6a4e8d;
}

Yellow Banana Split background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffe033, #ffb84d, #ff6e61, #d94f3a, #6a4e8d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffe033, #ffb84d, #ff6e61, #d94f3a, #6a4e8d);
}

Yellow Banana Split color palette created on .