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