Paleta de colores Pinkie Pie

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Pinkie Pie palette

Compartir esta paleta en:

CSS de la paleta de colores Pinkie Pie

/* CSS */
.color-1 {
color: #ffdddb;
}
.color-2 {
color: #ffadcd;
}
.color-3 {
color: #ff75b1;
}
.color-4 {
color: #f6acb1;
}
.color-5 {
color: #ee6da5;
}

/* CSS Variables */
:root {
--color-1: #ffdddb;
--color-2: #ffadcd;
--color-3: #ff75b1;
--color-4: #f6acb1;
--color-5: #ee6da5;
}

CSS del degradado de fondo Pinkie Pie

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffdddb, #ffadcd, #ff75b1, #f6acb1, #ee6da5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffdddb, #ffadcd, #ff75b1, #f6acb1, #ee6da5);
}

Pinkie Pie color palette created on .