Silver Mist Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Silver Mist palette
Silver Mist color palette CSS
/* CSS */
.color-1 {
color: #ffffff;
}
.color-2 {
color: #666666;
}
.color-3 {
color: #cfd4d8;
}
.color-4 {
color: #868788;
}
.color-5 {
color: #cdceca;
}
/* CSS Variables */
:root {
--color-1: #ffffff;
--color-2: #666666;
--color-3: #cfd4d8;
--color-4: #868788;
--color-5: #cdceca;
}
Silver Mist background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffffff, #666666, #cfd4d8, #868788, #cdceca);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffffff, #666666, #cfd4d8, #868788, #cdceca);
}
Similar color palettes
Silver Mist color palette created on .