Whispers of Fog Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Whispers of Fog palette
Whispers of Fog color palette CSS
/* CSS */
.color-1 {
color: #a6a8ab;
}
.color-2 {
color: #b0b3b5;
}
.color-3 {
color: #c4c8ca;
}
.color-4 {
color: #e0e3e5;
}
.color-5 {
color: #f3f5f6;
}
/* CSS Variables */
:root {
--color-1: #a6a8ab;
--color-2: #b0b3b5;
--color-3: #c4c8ca;
--color-4: #e0e3e5;
--color-5: #f3f5f6;
}
Whispers of Fog background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a6a8ab, #b0b3b5, #c4c8ca, #e0e3e5, #f3f5f6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a6a8ab, #b0b3b5, #c4c8ca, #e0e3e5, #f3f5f6);
}
Similar color palettes
Whispers of Fog color palette created on .