Autumn Embrace Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Autumn Embrace palette
Autumn Embrace color palette CSS
/* CSS */
.color-1 {
color: #a3c7e0;
}
.color-2 {
color: #f0b14c;
}
.color-3 {
color: #ffc38f;
}
.color-4 {
color: #da7c2b;
}
.color-5 {
color: #6a4e4d;
}
/* CSS Variables */
:root {
--color-1: #a3c7e0;
--color-2: #f0b14c;
--color-3: #ffc38f;
--color-4: #da7c2b;
--color-5: #6a4e4d;
}
Autumn Embrace background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a3c7e0, #f0b14c, #ffc38f, #da7c2b, #6a4e4d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a3c7e0, #f0b14c, #ffc38f, #da7c2b, #6a4e4d);
}
Similar color palettes
Scroll down to explore 800+ Aesthetic color palettes
Autumn Embrace color palette created on .