Green Apple Shades Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Green Apple Shades palette

Share this palette to:

Green Apple Shades color palette CSS

/* CSS */
.color-1 {
color: #a7d7b8;
}
.color-2 {
color: #7fd959;
}
.color-3 {
color: #4abf6d;
}
.color-4 {
color: #2ca55c;
}
.color-5 {
color: #1e994b;
}

/* CSS Variables */
:root {
--color-1: #a7d7b8;
--color-2: #7fd959;
--color-3: #4abf6d;
--color-4: #2ca55c;
--color-5: #1e994b;
}

Green Apple Shades background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a7d7b8, #7fd959, #4abf6d, #2ca55c, #1e994b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a7d7b8, #7fd959, #4abf6d, #2ca55c, #1e994b);
}

Green Apple Shades color palette created on .