Shades of Dove Grey Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Shades of Dove Grey palette
Shades of Dove Grey color palette CSS
/* CSS */
.color-1 {
color: #d6d9d3;
}
.color-2 {
color: #b6c8bf;
}
.color-3 {
color: #8ea4a1;
}
.color-4 {
color: #5b807d;
}
.color-5 {
color: #3d5b5c;
}
/* CSS Variables */
:root {
--color-1: #d6d9d3;
--color-2: #b6c8bf;
--color-3: #8ea4a1;
--color-4: #5b807d;
--color-5: #3d5b5c;
}
Shades of Dove Grey background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d6d9d3, #b6c8bf, #8ea4a1, #5b807d, #3d5b5c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d6d9d3, #b6c8bf, #8ea4a1, #5b807d, #3d5b5c);
}
Similar color palettes
Scroll down to explore 40+ Aesthetic color palettes
Shades of Dove Grey color palette created on .