Unicorn Pink Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Unicorn Pink palette

Condividi questa palette a:

tavolozza dei colori Unicorn Pink CSS

/* CSS */
.color-1 {
color: #f5a8d7;
}
.color-2 {
color: #f1c84b;
}
.color-3 {
color: #7fd959;
}
.color-4 {
color: #4b91e2;
}
.color-5 {
color: #d4598c;
}

/* CSS Variables */
:root {
--color-1: #f5a8d7;
--color-2: #f1c84b;
--color-3: #7fd959;
--color-4: #4b91e2;
--color-5: #d4598c;
}

CSS con gradiente di sfondo Unicorn Pink

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5a8d7, #f1c84b, #7fd959, #4b91e2, #d4598c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5a8d7, #f1c84b, #7fd959, #4b91e2, #d4598c);
}

Unicorn Pink color palette created on .