Shades of Green Blue Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Shades of Green Blue palette
Shades of Green Blue color palette CSS
/* CSS */
.color-1 {
color: #e5e05d;
}
.color-2 {
color: #b5d779;
}
.color-3 {
color: #79b4a3;
}
.color-4 {
color: #3a99b6;
}
.color-5 {
color: #2c507d;
}
/* CSS Variables */
:root {
--color-1: #e5e05d;
--color-2: #b5d779;
--color-3: #79b4a3;
--color-4: #3a99b6;
--color-5: #2c507d;
}
Shades of Green Blue background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e5e05d, #b5d779, #79b4a3, #3a99b6, #2c507d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e5e05d, #b5d779, #79b4a3, #3a99b6, #2c507d);
}
Similar color palettes
Scroll down to explore 800+ Aesthetic color palettes
Shades of Green Blue color palette created on .