Paleta de colores Musky Kimono
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Musky Kimono palette
CSS de la paleta de colores Musky Kimono
/* CSS */
.color-1 {
color: #3b4559;
}
.color-2 {
color: #6a7ca0;
}
.color-3 {
color: #a7b4cd;
}
.color-4 {
color: #c8d0e0;
}
.color-5 {
color: #a4b1cc;
}
/* CSS Variables */
:root {
--color-1: #3b4559;
--color-2: #6a7ca0;
--color-3: #a7b4cd;
--color-4: #c8d0e0;
--color-5: #a4b1cc;
}
CSS del degradado de fondo Musky Kimono
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3b4559, #6a7ca0, #a7b4cd, #c8d0e0, #a4b1cc);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3b4559, #6a7ca0, #a7b4cd, #c8d0e0, #a4b1cc);
}
Paletas de colores similares
Musky Kimono color palette created on .