Pink Unicorn Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Pink Unicorn palette

Share this palette to:

Pink Unicorn color palette CSS

/* CSS */
.color-1 {
color: #f7a1d2;
}
.color-2 {
color: #f4b3c4;
}
.color-3 {
color: #f6e4a2;
}
.color-4 {
color: #a4d8f4;
}
.color-5 {
color: #f1c4f8;
}

/* CSS Variables */
:root {
--color-1: #f7a1d2;
--color-2: #f4b3c4;
--color-3: #f6e4a2;
--color-4: #a4d8f4;
--color-5: #f1c4f8;
}

Pink Unicorn background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7a1d2, #f4b3c4, #f6e4a2, #a4d8f4, #f1c4f8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7a1d2, #f4b3c4, #f6e4a2, #a4d8f4, #f1c4f8);
}

Pink Unicorn color palette created on .