Shades of Green and Blue Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Shades of Green and Blue palette

Share this palette to:

Shades of Green and Blue color palette CSS

/* CSS */
.color-1 {
color: #3a5a2a;
}
.color-2 {
color: #7a9a79;
}
.color-3 {
color: #a1c5d9;
}
.color-4 {
color: #c3d5df;
}
.color-5 {
color: #e4e9ec;
}

/* CSS Variables */
:root {
--color-1: #3a5a2a;
--color-2: #7a9a79;
--color-3: #a1c5d9;
--color-4: #c3d5df;
--color-5: #e4e9ec;
}

Shades of Green and Blue background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3a5a2a, #7a9a79, #a1c5d9, #c3d5df, #e4e9ec);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3a5a2a, #7a9a79, #a1c5d9, #c3d5df, #e4e9ec);
}

Shades of Green and Blue color palette created on .