Paleta de colores Apple Green

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Apple Green palette

Compartir esta paleta en:

Descargar la paleta de colores Apple Green (PNG)

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

CSS de la paleta de colores Apple Green

/* 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;
}

CSS del degradado de fondo Apple Green

/* 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 .