Pink Unicorn Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Pink Unicorn palette

Condividi questa palette a:

tavolozza dei colori Pink Unicorn CSS

/* CSS */
.color-1 {
color: #f8bfd3;
}
.color-2 {
color: #e6a3e1;
}
.color-3 {
color: #b9e6f9;
}
.color-4 {
color: #f1f57a;
}
.color-5 {
color: #f9c54e;
}

/* CSS Variables */
:root {
--color-1: #f8bfd3;
--color-2: #e6a3e1;
--color-3: #b9e6f9;
--color-4: #f1f57a;
--color-5: #f9c54e;
}

CSS con gradiente di sfondo Pink Unicorn

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8bfd3, #e6a3e1, #b9e6f9, #f1f57a, #f9c54e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8bfd3, #e6a3e1, #b9e6f9, #f1f57a, #f9c54e);
}

Pink Unicorn color palette created on .