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 PNG image

Download green apple shades color palette PNG image (landscape)
Download green apple shades color palette PNG image (square)

Green Apple Shades color palette CSS

/* CSS */
.color-1 {
color: #a8e6ce;
}
.color-2 {
color: #d3f9a4;
}
.color-3 {
color: #ffea00;
}
.color-4 {
color: #ffad42;
}
.color-5 {
color: #ff6e61;
}

/* CSS Variables */
:root {
--color-1: #a8e6ce;
--color-2: #d3f9a4;
--color-3: #ffea00;
--color-4: #ffad42;
--color-5: #ff6e61;
}

Green Apple Shades background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a8e6ce, #d3f9a4, #ffea00, #ffad42, #ff6e61);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a8e6ce, #d3f9a4, #ffea00, #ffad42, #ff6e61);
}

Green Apple Shades color palette created on .