Paleta de colores Red Apple

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Red Apple palette

Compartir esta paleta en:

Descargar la paleta de colores Red Apple (PNG)

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

CSS de la paleta de colores Red Apple

/* CSS */
.color-1 {
color: #ff4c38;
}
.color-2 {
color: #ff8566;
}
.color-3 {
color: #ffb28f;
}
.color-4 {
color: #ffd7a3;
}
.color-5 {
color: #fff1d1;
}

/* CSS Variables */
:root {
--color-1: #ff4c38;
--color-2: #ff8566;
--color-3: #ffb28f;
--color-4: #ffd7a3;
--color-5: #fff1d1;
}

CSS del degradado de fondo Red Apple

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff4c38, #ff8566, #ffb28f, #ffd7a3, #fff1d1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff4c38, #ff8566, #ffb28f, #ffd7a3, #fff1d1);
}

Red Apple color palette created on .