Whispers of Autumn Dreams Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Whispers of Autumn Dreams palette
Whispers of Autumn Dreams color palette CSS
/* CSS */
.color-1 {
color: #f0eaef;
}
.color-2 {
color: #e7d27e;
}
.color-3 {
color: #c5b8cc;
}
.color-4 {
color: #a2969f;
}
.color-5 {
color: #b5984a;
}
/* CSS Variables */
:root {
--color-1: #f0eaef;
--color-2: #e7d27e;
--color-3: #c5b8cc;
--color-4: #a2969f;
--color-5: #b5984a;
}
Whispers of Autumn Dreams background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0eaef, #e7d27e, #c5b8cc, #a2969f, #b5984a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0eaef, #e7d27e, #c5b8cc, #a2969f, #b5984a);
}
Similar color palettes
Scroll down to explore 1 Pale pink color palette
Whispers of Autumn Dreams color palette created on .