Cute Green and Yellow Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Cute Green and Yellow palette

Share this palette to:

Cute Green and Yellow color palette CSS

/* CSS */
.color-1 {
color: #b4d9a0;
}
.color-2 {
color: #d3e0b8;
}
.color-3 {
color: #f0e78e;
}
.color-4 {
color: #f7c94b;
}
.color-5 {
color: #e8a62c;
}

/* CSS Variables */
:root {
--color-1: #b4d9a0;
--color-2: #d3e0b8;
--color-3: #f0e78e;
--color-4: #f7c94b;
--color-5: #e8a62c;
}

Cute Green and Yellow background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b4d9a0, #d3e0b8, #f0e78e, #f7c94b, #e8a62c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b4d9a0, #d3e0b8, #f0e78e, #f7c94b, #e8a62c);
}

Cute Green and Yellow color palette created on .