Unicorn Dreams Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Unicorn Dreams palette

Share this palette to:

Unicorn Dreams color palette CSS

/* CSS */
.color-1 {
color: #f7c5e0;
}
.color-2 {
color: #f3a0c0;
}
.color-3 {
color: #f76e9c;
}
.color-4 {
color: #d96dbb;
}
.color-5 {
color: #a53b8b;
}

/* CSS Variables */
:root {
--color-1: #f7c5e0;
--color-2: #f3a0c0;
--color-3: #f76e9c;
--color-4: #d96dbb;
--color-5: #a53b8b;
}

Unicorn Dreams background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7c5e0, #f3a0c0, #f76e9c, #d96dbb, #a53b8b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7c5e0, #f3a0c0, #f76e9c, #d96dbb, #a53b8b);
}

Unicorn Dreams color palette created on .