Shades of Green Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Shades of Green palette

Share this palette to:

Shades of Green color palette CSS

/* CSS */
.color-1 {
color: #64a69f;
}
.color-2 {
color: #b8e0c4;
}
.color-3 {
color: #f5f8e8;
}
.color-4 {
color: #f8d49b;
}
.color-5 {
color: #f0a800;
}

/* CSS Variables */
:root {
--color-1: #64a69f;
--color-2: #b8e0c4;
--color-3: #f5f8e8;
--color-4: #f8d49b;
--color-5: #f0a800;
}

Shades of Green background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #64a69f, #b8e0c4, #f5f8e8, #f8d49b, #f0a800);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #64a69f, #b8e0c4, #f5f8e8, #f8d49b, #f0a800);
}

Shades of Green color palette created on .