Paleta de colores Pink Apple

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Pink Apple palette

Compartir esta paleta en:

Descargar la paleta de colores Pink Apple (PNG)

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

CSS de la paleta de colores Pink Apple

/* CSS */
.color-1 {
color: #f0ead6;
}
.color-2 {
color: #b8d5c2;
}
.color-3 {
color: #9fe5d7;
}
.color-4 {
color: #f2a6b5;
}
.color-5 {
color: #f7696b;
}

/* CSS Variables */
:root {
--color-1: #f0ead6;
--color-2: #b8d5c2;
--color-3: #9fe5d7;
--color-4: #f2a6b5;
--color-5: #f7696b;
}

CSS del degradado de fondo Pink Apple

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0ead6, #b8d5c2, #9fe5d7, #f2a6b5, #f7696b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0ead6, #b8d5c2, #9fe5d7, #f2a6b5, #f7696b);
}

Pink Apple color palette created on .