Unicorn Dreams Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Unicorn Dreams palette

Condividi questa palette a:

tavolozza dei colori Unicorn Dreams CSS

/* CSS */
.color-1 {
color: #f5a300;
}
.color-2 {
color: #ff6e61;
}
.color-3 {
color: #ffb13d;
}
.color-4 {
color: #ffcd61;
}
.color-5 {
color: #ff8fbf;
}

/* CSS Variables */
:root {
--color-1: #f5a300;
--color-2: #ff6e61;
--color-3: #ffb13d;
--color-4: #ffcd61;
--color-5: #ff8fbf;
}

CSS con gradiente di sfondo Unicorn Dreams

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5a300, #ff6e61, #ffb13d, #ffcd61, #ff8fbf);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5a300, #ff6e61, #ffb13d, #ffcd61, #ff8fbf);
}

Unicorn Dreams color palette created on .