Mercury Shades Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Mercury Shades palette
Mercury Shades color palette PNG image
Mercury Shades color palette CSS
/* CSS */
.color-1 {
color: #d9d9d9;
}
.color-2 {
color: #a6a6a6;
}
.color-3 {
color: #7d7d7d;
}
.color-4 {
color: #3d3d3d;
}
.color-5 {
color: #1a1a1a;
}
/* CSS Variables */
:root {
--color-1: #d9d9d9;
--color-2: #a6a6a6;
--color-3: #7d7d7d;
--color-4: #3d3d3d;
--color-5: #1a1a1a;
}
Mercury Shades background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d9d9d9, #a6a6a6, #7d7d7d, #3d3d3d, #1a1a1a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d9d9d9, #a6a6a6, #7d7d7d, #3d3d3d, #1a1a1a);
}
Similar color palettes
Mercury Shades color palette created on .