Paleta de colores Cosmic Mirth and Melancholy

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Cosmic Mirth and Melancholy palette

Compartir esta paleta en:

CSS de la paleta de colores Cosmic Mirth and Melancholy

/* CSS */
.color-1 {
color: #5e4b8b;
}
.color-2 {
color: #6e5b9a;
}
.color-3 {
color: #a8a05d;
}
.color-4 {
color: #f9c54e;
}
.color-5 {
color: #f94346;
}

/* CSS Variables */
:root {
--color-1: #5e4b8b;
--color-2: #6e5b9a;
--color-3: #a8a05d;
--color-4: #f9c54e;
--color-5: #f94346;
}

CSS del degradado de fondo Cosmic Mirth and Melancholy

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5e4b8b, #6e5b9a, #a8a05d, #f9c54e, #f94346);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5e4b8b, #6e5b9a, #a8a05d, #f9c54e, #f94346);
}

Cosmic Mirth and Melancholy color palette created on .