Paleta de colores Melancholic Sunrise

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Melancholic Sunrise palette

Compartir esta paleta en:

CSS de la paleta de colores Melancholic Sunrise

/* CSS */
.color-1 {
color: #6b8eff;
}
.color-2 {
color: #b3c7ff;
}
.color-3 {
color: #f1d2b6;
}
.color-4 {
color: #f9c54e;
}
.color-5 {
color: #f94346;
}

/* CSS Variables */
:root {
--color-1: #6b8eff;
--color-2: #b3c7ff;
--color-3: #f1d2b6;
--color-4: #f9c54e;
--color-5: #f94346;
}

CSS del degradado de fondo Melancholic Sunrise

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6b8eff, #b3c7ff, #f1d2b6, #f9c54e, #f94346);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6b8eff, #b3c7ff, #f1d2b6, #f9c54e, #f94346);
}

Melancholic Sunrise color palette created on .