Sunny Green Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Sunny Green palette

Share this palette to:

Sunny Green color palette CSS

/* CSS */
.color-1 {
color: #a7e3a1;
}
.color-2 {
color: #f6ec60;
}
.color-3 {
color: #f9c54e;
}
.color-4 {
color: #f9aeae;
}
.color-5 {
color: #ff6e61;
}

/* CSS Variables */
:root {
--color-1: #a7e3a1;
--color-2: #f6ec60;
--color-3: #f9c54e;
--color-4: #f9aeae;
--color-5: #ff6e61;
}

Sunny Green background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a7e3a1, #f6ec60, #f9c54e, #f9aeae, #ff6e61);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a7e3a1, #f6ec60, #f9c54e, #f9aeae, #ff6e61);
}

Sunny Green color palette created on .