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