Whispers of Autumn Mist Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Whispers of Autumn Mist palette
Whispers of Autumn Mist color palette CSS
/* CSS */
.color-1 {
color: #fafafa;
}
.color-2 {
color: #d3c7c5;
}
.color-3 {
color: #97a6af;
}
.color-4 {
color: #d56948;
}
.color-5 {
color: #68858d;
}
/* CSS Variables */
:root {
--color-1: #fafafa;
--color-2: #d3c7c5;
--color-3: #97a6af;
--color-4: #d56948;
--color-5: #68858d;
}
Whispers of Autumn Mist background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fafafa, #d3c7c5, #97a6af, #d56948, #68858d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fafafa, #d3c7c5, #97a6af, #d56948, #68858d);
}
Similar color palettes
Scroll down to explore 1 White color palette
Whispers of Autumn Mist color palette created on .