Apple Green Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Apple Green palette

Share this palette to:

Apple Green color palette CSS

/* CSS */
.color-1 {
color: #ff3d3d;
}
.color-2 {
color: #ff9e3d;
}
.color-3 {
color: #ffcb3d;
}
.color-4 {
color: #9eff3d;
}
.color-5 {
color: #3dff7e;
}

/* CSS Variables */
:root {
--color-1: #ff3d3d;
--color-2: #ff9e3d;
--color-3: #ffcb3d;
--color-4: #9eff3d;
--color-5: #3dff7e;
}

Apple Green background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff3d3d, #ff9e3d, #ffcb3d, #9eff3d, #3dff7e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff3d3d, #ff9e3d, #ffcb3d, #9eff3d, #3dff7e);
}

Apple Green color palette created on .