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: #dfdee8;
}
.color-2 {
color: #d3a6ad;
}
.color-3 {
color: #d8b041;
}
.color-4 {
color: #8c8da1;
}
.color-5 {
color: #c96054;
}
/* CSS Variables */
:root {
--color-1: #dfdee8;
--color-2: #d3a6ad;
--color-3: #d8b041;
--color-4: #8c8da1;
--color-5: #c96054;
}
Whispers of Autumn Dreams background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #dfdee8, #d3a6ad, #d8b041, #8c8da1, #c96054);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #dfdee8, #d3a6ad, #d8b041, #8c8da1, #c96054);
}
Similar color palettes
Whispers of Autumn Dreams color palette created on .