Unicorn Sunrise Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Unicorn Sunrise palette

Condividi questa palette a:

tavolozza dei colori Unicorn Sunrise CSS

/* CSS */
.color-1 {
color: #f5a524;
}
.color-2 {
color: #ff6e61;
}
.color-3 {
color: #ff8d5c;
}
.color-4 {
color: #ffcd70;
}
.color-5 {
color: #ffec3d;
}

/* CSS Variables */
:root {
--color-1: #f5a524;
--color-2: #ff6e61;
--color-3: #ff8d5c;
--color-4: #ffcd70;
--color-5: #ffec3d;
}

CSS con gradiente di sfondo Unicorn Sunrise

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5a524, #ff6e61, #ff8d5c, #ffcd70, #ffec3d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5a524, #ff6e61, #ff8d5c, #ffcd70, #ffec3d);
}

Unicorn Sunrise color palette created on .