Apple Green Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Apple Green palette

Share this palette to:

Download Apple Green Color Palette (PNG)

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

Apple Green color palette CSS

/* CSS */
.color-1 {
color: #ff4d4d;
}
.color-2 {
color: #ff9d4d;
}
.color-3 {
color: #ffcc4d;
}
.color-4 {
color: #c3ff4d;
}
.color-5 {
color: #4dff4d;
}

/* CSS Variables */
:root {
--color-1: #ff4d4d;
--color-2: #ff9d4d;
--color-3: #ffcc4d;
--color-4: #c3ff4d;
--color-5: #4dff4d;
}

Apple Green background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff4d4d, #ff9d4d, #ffcc4d, #c3ff4d, #4dff4d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff4d4d, #ff9d4d, #ffcc4d, #c3ff4d, #4dff4d);
}

Apple Green color palette created on .