Pink Unicorn Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Pink Unicorn palette
Pink Unicorn color palette CSS
/* CSS */
.color-1 {
color: #f7c5f7;
}
.color-2 {
color: #e6a2e2;
}
.color-3 {
color: #ff99ca;
}
.color-4 {
color: #ff8080;
}
.color-5 {
color: #ffb84d;
}
/* CSS Variables */
:root {
--color-1: #f7c5f7;
--color-2: #e6a2e2;
--color-3: #ff99ca;
--color-4: #ff8080;
--color-5: #ffb84d;
}
Pink Unicorn background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7c5f7, #e6a2e2, #ff99ca, #ff8080, #ffb84d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7c5f7, #e6a2e2, #ff99ca, #ff8080, #ffb84d);
}
Similar color palettes
Pink Unicorn color palette created on .