Cute Green Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Cute Green palette

Share this palette to:

Cute Green color palette CSS

/* CSS */
.color-1 {
color: #6adc7d;
}
.color-2 {
color: #8ce3b6;
}
.color-3 {
color: #b4f7b0;
}
.color-4 {
color: #ffeb8a;
}
.color-5 {
color: #ff6b6b;
}

/* CSS Variables */
:root {
--color-1: #6adc7d;
--color-2: #8ce3b6;
--color-3: #b4f7b0;
--color-4: #ffeb8a;
--color-5: #ff6b6b;
}

Cute Green background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6adc7d, #8ce3b6, #b4f7b0, #ffeb8a, #ff6b6b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6adc7d, #8ce3b6, #b4f7b0, #ffeb8a, #ff6b6b);
}

Cute Green color palette created on .