"Autumnal Crimson Elegance" Color Palette
Discover the beautiful "Autumnal Crimson Elegance" color palette featuring cashmere (#e9b79f), contessa (#c56d7d), night shadz (#a93d4b), crown of thorns (#7a1f30) and cedar (#3d101e).
Brightness
Saturation
Warmth
Our color palette generator created this versatile color scheme which shares characteristics with color palettes and combinations.
💡 What You Can Do
ColorMagic makes it easy to:
- •Copy precise HEX codes and RGB values for your designs
- •Adjust its brightness, saturation, and warmth to create new variations
- •Preview UI components to see how colors work in real interfaces
- •Copy CSS code including background gradients and color variables
- •Download the palette
- •Share your palette with team members and clients
🎨 Preview UI Components
UI Examples
Explore beautiful UI components with "Autumnal Crimson Elegance" palette
💻 "Autumnal Crimson Elegance" color palette CSS
/* CSS */
.color-1 {
color: #e9b79f;
}
.color-2 {
color: #c56d7d;
}
.color-3 {
color: #a93d4b;
}
.color-4 {
color: #7a1f30;
}
.color-5 {
color: #3d101e;
}
/* CSS Variables */
:root {
--color-1: #e9b79f;
--color-2: #c56d7d;
--color-3: #a93d4b;
--color-4: #7a1f30;
--color-5: #3d101e;
} 🌈 "Autumnal Crimson Elegance" background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e9b79f, #c56d7d, #a93d4b, #7a1f30, #3d101e);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e9b79f, #c56d7d, #a93d4b, #7a1f30, #3d101e);
} "Autumnal Crimson Elegance" color palette created on .