Autumn Embrace Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Autumn Embrace palette
Color Inspiration
Images that showcase this color palette in real designs
Download Autumn Embrace Color Palette (PNG)
Autumn Embrace color palette CSS
/* CSS */
.color-1 {
color: #c85b5b;
}
.color-2 {
color: #e0af9f;
}
.color-3 {
color: #f2d4b5;
}
.color-4 {
color: #e8a16d;
}
.color-5 {
color: #c1bebe;
}
/* CSS Variables */
:root {
--color-1: #c85b5b;
--color-2: #e0af9f;
--color-3: #f2d4b5;
--color-4: #e8a16d;
--color-5: #c1bebe;
}
Autumn Embrace background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c85b5b, #e0af9f, #f2d4b5, #e8a16d, #c1bebe);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c85b5b, #e0af9f, #f2d4b5, #e8a16d, #c1bebe);
}
Similar color palettes
Autumn Embrace color palette created on .