Autumnal Nook Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Autumnal Nook palette
Autumnal Nook color palette CSS
/* CSS */
.color-1 {
color: #e3af9c;
}
.color-2 {
color: #d9a378;
}
.color-3 {
color: #c68c5d;
}
.color-4 {
color: #a67c4e;
}
.color-5 {
color: #6d5d3b;
}
/* CSS Variables */
:root {
--color-1: #e3af9c;
--color-2: #d9a378;
--color-3: #c68c5d;
--color-4: #a67c4e;
--color-5: #6d5d3b;
}
Autumnal Nook background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e3af9c, #d9a378, #c68c5d, #a67c4e, #6d5d3b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e3af9c, #d9a378, #c68c5d, #a67c4e, #6d5d3b);
}
Similar color palettes
Autumnal Nook color palette created on .