Paleta de colores Unicorn Sunrise

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Unicorn Sunrise palette

Compartir esta paleta en:

CSS de la paleta de colores Unicorn Sunrise

/* 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 del degradado de fondo 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 .