Unicorn Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Unicorn palette

Share this palette to:

Unicorn color palette PNG image

Download unicorn color palette PNG image (landscape)
Download unicorn color palette PNG image (square)

Unicorn color palette CSS

/* CSS */
.color-1 {
color: #f2a1d3;
}
.color-2 {
color: #f8dfaa;
}
.color-3 {
color: #a3d4e0;
}
.color-4 {
color: #8f70b2;
}
.color-5 {
color: #f25f95;
}

/* CSS Variables */
:root {
--color-1: #f2a1d3;
--color-2: #f8dfaa;
--color-3: #a3d4e0;
--color-4: #8f70b2;
--color-5: #f25f95;
}

Unicorn background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f2a1d3, #f8dfaa, #a3d4e0, #8f70b2, #f25f95);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f2a1d3, #f8dfaa, #a3d4e0, #8f70b2, #f25f95);
}

Unicorn color palette created on .