Paleta de colores Joyful Jubilee

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Joyful Jubilee palette

Compartir esta paleta en:

CSS de la paleta de colores Joyful Jubilee

/* CSS */
.color-1 {
color: #ff6e61;
}
.color-2 {
color: #69bf88;
}
.color-3 {
color: #f7c94b;
}
.color-4 {
color: #ff8e3d;
}
.color-5 {
color: #e63746;
}

/* CSS Variables */
:root {
--color-1: #ff6e61;
--color-2: #69bf88;
--color-3: #f7c94b;
--color-4: #ff8e3d;
--color-5: #e63746;
}

CSS del degradado de fondo Joyful Jubilee

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6e61, #69bf88, #f7c94b, #ff8e3d, #e63746);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6e61, #69bf88, #f7c94b, #ff8e3d, #e63746);
}

Joyful Jubilee color palette created on .