Unicorn Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Unicorn palette
Color Inspiration
Images that showcase this color palette in real designs
Download Unicorn Color Palette (PNG)
Unicorn color palette CSS
/* CSS */
.color-1 {
color: #f2a1d3;
}
.color-2 {
color: #e9b9e1;
}
.color-3 {
color: #b4e4f4;
}
.color-4 {
color: #91f2c8;
}
.color-5 {
color: #f8d75d;
}
/* CSS Variables */
:root {
--color-1: #f2a1d3;
--color-2: #e9b9e1;
--color-3: #b4e4f4;
--color-4: #91f2c8;
--color-5: #f8d75d;
}
Unicorn background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f2a1d3, #e9b9e1, #b4e4f4, #91f2c8, #f8d75d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f2a1d3, #e9b9e1, #b4e4f4, #91f2c8, #f8d75d);
}
Similar color palettes
Scroll down to explore 1000+ colors.unicorn color palettes
Unicorn color palette created on .