Green Sunshine Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Green Sunshine palette
Green Sunshine color palette CSS
/* CSS */
.color-1 {
color: #a7d3b2;
}
.color-2 {
color: #d6e8b0;
}
.color-3 {
color: #f4cf3e;
}
.color-4 {
color: #f9b1ae;
}
.color-5 {
color: #e34435;
}
/* CSS Variables */
:root {
--color-1: #a7d3b2;
--color-2: #d6e8b0;
--color-3: #f4cf3e;
--color-4: #f9b1ae;
--color-5: #e34435;
}
Green Sunshine background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a7d3b2, #d6e8b0, #f4cf3e, #f9b1ae, #e34435);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a7d3b2, #d6e8b0, #f4cf3e, #f9b1ae, #e34435);
}
Similar color palettes
Scroll down to explore 100+ Aesthetic color palettes
Green Sunshine color palette created on .