Whispering Grays Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Whispering Grays palette
Whispering Grays color palette CSS
/* CSS */
.color-1 {
color: #a2a7b4;
}
.color-2 {
color: #bfc2ca;
}
.color-3 {
color: #d4d7dd;
}
.color-4 {
color: #e8e3e6;
}
.color-5 {
color: #f0f2f4;
}
/* CSS Variables */
:root {
--color-1: #a2a7b4;
--color-2: #bfc2ca;
--color-3: #d4d7dd;
--color-4: #e8e3e6;
--color-5: #f0f2f4;
}
Whispering Grays background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a2a7b4, #bfc2ca, #d4d7dd, #e8e3e6, #f0f2f4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a2a7b4, #bfc2ca, #d4d7dd, #e8e3e6, #f0f2f4);
}
Similar color palettes
Whispering Grays color palette created on .