Misty Mountains Tavolozza dei colori
Luminositร
Saturazione
Calore
UI Examples
Explore beautiful UI components with Misty Mountains palette
Image Gallery
tavolozza dei colori Misty Mountains CSS
/* CSS */
.color-1 {
color: #767a7f;
}
.color-2 {
color: #19202e;
}
.color-3 {
color: #b49d79;
}
.color-4 {
color: #dee5e8;
}
.color-5 {
color: #595c64;
}
/* CSS Variables */
:root {
--color-1: #767a7f;
--color-2: #19202e;
--color-3: #b49d79;
--color-4: #dee5e8;
--color-5: #595c64;
}
CSS con gradiente di sfondo Misty Mountains
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #767a7f, #19202e, #b49d79, #dee5e8, #595c64);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #767a7f, #19202e, #b49d79, #dee5e8, #595c64);
}
Tavolozze di colori simili
Misty Mountains color palette created on .