Paleta de colores Pink Unicorn

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Pink Unicorn palette

Compartir esta paleta en:

CSS de la paleta de colores Pink Unicorn

/* CSS */
.color-1 {
color: #f4a4e3;
}
.color-2 {
color: #ffb3e4;
}
.color-3 {
color: #ffa04d;
}
.color-4 {
color: #ff6d4d;
}
.color-5 {
color: #ffec3d;
}

/* CSS Variables */
:root {
--color-1: #f4a4e3;
--color-2: #ffb3e4;
--color-3: #ffa04d;
--color-4: #ff6d4d;
--color-5: #ffec3d;
}

CSS del degradado de fondo Pink Unicorn

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f4a4e3, #ffb3e4, #ffa04d, #ff6d4d, #ffec3d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f4a4e3, #ffb3e4, #ffa04d, #ff6d4d, #ffec3d);
}

Pink Unicorn color palette created on .