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: #78b351;
}
.color-2 {
color: #3a9c8c;
}
.color-3 {
color: #1d1ded;
}
.color-4 {
color: #567a8f;
}
.color-5 {
color: #f0a800;
}

/* CSS Variables */
:root {
--color-1: #78b351;
--color-2: #3a9c8c;
--color-3: #1d1ded;
--color-4: #567a8f;
--color-5: #f0a800;
}

Shades of Green and Blue background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #78b351, #3a9c8c, #1d1ded, #567a8f, #f0a800);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #78b351, #3a9c8c, #1d1ded, #567a8f, #f0a800);
}

Shades of Green and Blue color palette created on .