Autumn Embrace Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Autumn Embrace palette
Autumn Embrace color palette PNG image
Autumn Embrace color palette CSS
/* CSS */
.color-1 {
color: #d7caac;
}
.color-2 {
color: #c1d0af;
}
.color-3 {
color: #d86e4b;
}
.color-4 {
color: #793e39;
}
.color-5 {
color: #f4e1a4;
}
/* CSS Variables */
:root {
--color-1: #d7caac;
--color-2: #c1d0af;
--color-3: #d86e4b;
--color-4: #793e39;
--color-5: #f4e1a4;
}
Autumn Embrace background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d7caac, #c1d0af, #d86e4b, #793e39, #f4e1a4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d7caac, #c1d0af, #d86e4b, #793e39, #f4e1a4);
}
Similar color palettes
Autumn Embrace color palette created on .