Autumnal Whispers Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Autumnal Whispers palette
Autumnal Whispers color palette CSS
/* CSS */
.color-1 {
color: #3a2c2e;
}
.color-2 {
color: #5d4c50;
}
.color-3 {
color: #816566;
}
.color-4 {
color: #af8779;
}
.color-5 {
color: #d5b39a;
}
/* CSS Variables */
:root {
--color-1: #3a2c2e;
--color-2: #5d4c50;
--color-3: #816566;
--color-4: #af8779;
--color-5: #d5b39a;
}
Autumnal Whispers background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3a2c2e, #5d4c50, #816566, #af8779, #d5b39a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3a2c2e, #5d4c50, #816566, #af8779, #d5b39a);
}
Similar color palettes
Autumnal Whispers color palette created on .