Paleta de colores Mist and Marble
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Mist and Marble palette
CSS de la paleta de colores Mist and Marble
/* CSS */
.color-1 {
color: #b1b4b9;
}
.color-2 {
color: #d1d4d6;
}
.color-3 {
color: #e7e8e9;
}
.color-4 {
color: #f4f4f5;
}
.color-5 {
color: #ffffff;
}
/* CSS Variables */
:root {
--color-1: #b1b4b9;
--color-2: #d1d4d6;
--color-3: #e7e8e9;
--color-4: #f4f4f5;
--color-5: #ffffff;
}
CSS del degradado de fondo Mist and Marble
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b1b4b9, #d1d4d6, #e7e8e9, #f4f4f5, #ffffff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b1b4b9, #d1d4d6, #e7e8e9, #f4f4f5, #ffffff);
}
Paletas de colores similares
Mist and Marble color palette created on .