Caring Autumn Whispers Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Caring Autumn Whispers palette
Caring Autumn Whispers color palette CSS
/* CSS */
.color-1 {
color: #d88c3b;
}
.color-2 {
color: #b35f23;
}
.color-3 {
color: #813b1d;
}
.color-4 {
color: #b9c7a8;
}
.color-5 {
color: #f3e1b4;
}
/* CSS Variables */
:root {
--color-1: #d88c3b;
--color-2: #b35f23;
--color-3: #813b1d;
--color-4: #b9c7a8;
--color-5: #f3e1b4;
}
Caring Autumn Whispers background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d88c3b, #b35f23, #813b1d, #b9c7a8, #f3e1b4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d88c3b, #b35f23, #813b1d, #b9c7a8, #f3e1b4);
}
Similar color palettes
Caring Autumn Whispers color palette created on .