Paleta de colores Pink Pony

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Pink Pony palette

Compartir esta paleta en:

Descargar la paleta de colores Pink Pony (PNG)

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

CSS de la paleta de colores Pink Pony

/* CSS */
.color-1 {
color: #f2a1c5;
}
.color-2 {
color: #f4b8d1;
}
.color-3 {
color: #f7c5da;
}
.color-4 {
color: #f9d7e3;
}
.color-5 {
color: #fbe5ef;
}

/* CSS Variables */
:root {
--color-1: #f2a1c5;
--color-2: #f4b8d1;
--color-3: #f7c5da;
--color-4: #f9d7e3;
--color-5: #fbe5ef;
}

CSS del degradado de fondo Pink Pony

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f2a1c5, #f4b8d1, #f7c5da, #f9d7e3, #fbe5ef);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f2a1c5, #f4b8d1, #f7c5da, #f9d7e3, #fbe5ef);
}

Pink Pony color palette created on .