Paleta de colores Melancholy Mist

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Melancholy Mist palette

Compartir esta paleta en:

CSS de la paleta de colores Melancholy Mist

/* CSS */
.color-1 {
color: #7b9b9d;
}
.color-2 {
color: #b1c8b6;
}
.color-3 {
color: #f4e2c3;
}
.color-4 {
color: #f9ccb9;
}
.color-5 {
color: #e6a7a2;
}

/* CSS Variables */
:root {
--color-1: #7b9b9d;
--color-2: #b1c8b6;
--color-3: #f4e2c3;
--color-4: #f9ccb9;
--color-5: #e6a7a2;
}

CSS del degradado de fondo Melancholy Mist

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7b9b9d, #b1c8b6, #f4e2c3, #f9ccb9, #e6a7a2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7b9b9d, #b1c8b6, #f4e2c3, #f9ccb9, #e6a7a2);
}

Melancholy Mist color palette created on .