Unicorn Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Unicorn palette

Condividi questa palette a:

Scarica la tavolozza dei colori Unicorn (PNG)

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

tavolozza dei colori Unicorn 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;
}

CSS con gradiente di sfondo Unicorn

/* 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);
}

Unicorn color palette created on .