Whispers of Autumn Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Whispers of Autumn palette
Whispers of Autumn color palette CSS
/* CSS */
.color-1 {
color: #fdfdfc;
}
.color-2 {
color: #d8dbc2;
}
.color-3 {
color: #adad94;
}
.color-4 {
color: #80896c;
}
.color-5 {
color: #ca4451;
}
/* CSS Variables */
:root {
--color-1: #fdfdfc;
--color-2: #d8dbc2;
--color-3: #adad94;
--color-4: #80896c;
--color-5: #ca4451;
}
Whispers of Autumn background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fdfdfc, #d8dbc2, #adad94, #80896c, #ca4451);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fdfdfc, #d8dbc2, #adad94, #80896c, #ca4451);
}
Similar color palettes
Whispers of Autumn color palette created on .