Unicorn Blossom Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Unicorn Blossom palette

Share this palette to:

Unicorn Blossom color palette CSS

/* CSS */
.color-1 {
color: #f1c0e0;
}
.color-2 {
color: #f7b1d6;
}
.color-3 {
color: #ff8fba;
}
.color-4 {
color: #ff6181;
}
.color-5 {
color: #ff294d;
}

/* CSS Variables */
:root {
--color-1: #f1c0e0;
--color-2: #f7b1d6;
--color-3: #ff8fba;
--color-4: #ff6181;
--color-5: #ff294d;
}

Unicorn Blossom background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f1c0e0, #f7b1d6, #ff8fba, #ff6181, #ff294d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f1c0e0, #f7b1d6, #ff8fba, #ff6181, #ff294d);
}

Unicorn Blossom color palette created on .