Shades of Green Blue Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Shades of Green Blue palette

Share this palette to:

Shades of Green Blue color palette CSS

/* CSS */
.color-1 {
color: #a4d5a6;
}
.color-2 {
color: #81c8d5;
}
.color-3 {
color: #4eb7ac;
}
.color-4 {
color: #008a7c;
}
.color-5 {
color: #005a5c;
}

/* CSS Variables */
:root {
--color-1: #a4d5a6;
--color-2: #81c8d5;
--color-3: #4eb7ac;
--color-4: #008a7c;
--color-5: #005a5c;
}

Shades of Green Blue background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a4d5a6, #81c8d5, #4eb7ac, #008a7c, #005a5c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a4d5a6, #81c8d5, #4eb7ac, #008a7c, #005a5c);
}

Shades of Green Blue color palette created on .