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: #8c4f3b;
}
.color-2 {
color: #b85a3d;
}
.color-3 {
color: #d66b3d;
}
.color-4 {
color: #f0a94c;
}
.color-5 {
color: #ebae3d;
}
/* CSS Variables */
:root {
--color-1: #8c4f3b;
--color-2: #b85a3d;
--color-3: #d66b3d;
--color-4: #f0a94c;
--color-5: #ebae3d;
}
Autumn's Embrace background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #8c4f3b, #b85a3d, #d66b3d, #f0a94c, #ebae3d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #8c4f3b, #b85a3d, #d66b3d, #f0a94c, #ebae3d);
}
Similar color palettes
- Shades of Brown
- Minted Sunset
- Whispers of Earthy Elegance
- Terra Harmony
- Dark Brown Cacao
- Sandy Serenity
- Ethereal Elegance
- Wilderness Whisper
- Muted Milk
- Rustic Ember Elegance
- Rusty Red
- Beastbound Forge
- Autumn Embrace
- Terra Cotta Sunrise
- Rustic Ember Glow
- Brown Mystery
- Rustic Equestrian Harmony
- Brown Shadow Milk Cookie
Autumn's Embrace color palette created on .