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: #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;
}
Pink Unicorn background gradient CSS
/* 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);
}
Similar color palettes
Scroll down to explore 200+ Aesthetic color palettes
Pink Unicorn color palette created on .