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: #f5a524;
}
.color-2 {
color: #d18b1a;
}
.color-3 {
color: #a45f1e;
}
.color-4 {
color: #6c391e;
}
.color-5 {
color: #2a1d1d;
}
/* CSS Variables */
:root {
--color-1: #f5a524;
--color-2: #d18b1a;
--color-3: #a45f1e;
--color-4: #6c391e;
--color-5: #2a1d1d;
}
Autumn Embrace background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5a524, #d18b1a, #a45f1e, #6c391e, #2a1d1d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5a524, #d18b1a, #a45f1e, #6c391e, #2a1d1d);
}
Similar color palettes
Autumn Embrace color palette created on .