Autumn's Embrace Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Autumn's Embrace palette
Autumn's Embrace color palette CSS
/* CSS */
.color-1 {
color: #eacfb8;
}
.color-2 {
color: #cc8275;
}
.color-3 {
color: #9e6557;
}
.color-4 {
color: #8c6654;
}
.color-5 {
color: #906068;
}
/* CSS Variables */
:root {
--color-1: #eacfb8;
--color-2: #cc8275;
--color-3: #9e6557;
--color-4: #8c6654;
--color-5: #906068;
}
Autumn's Embrace background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #eacfb8, #cc8275, #9e6557, #8c6654, #906068);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #eacfb8, #cc8275, #9e6557, #8c6654, #906068);
}
Similar color palettes
Scroll down to explore 2 Soft beige color palettes
Autumn's Embrace color palette created on .