Crimson Elegance Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Crimson Elegance palette
Crimson Elegance color palette CSS
/* CSS */
.color-1 {
color: #a62b2b;
}
.color-2 {
color: #d5b14d;
}
.color-3 {
color: #f0c6a3;
}
.color-4 {
color: #e9a5b5;
}
.color-5 {
color: #704d7a;
}
/* CSS Variables */
:root {
--color-1: #a62b2b;
--color-2: #d5b14d;
--color-3: #f0c6a3;
--color-4: #e9a5b5;
--color-5: #704d7a;
}
Crimson Elegance background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a62b2b, #d5b14d, #f0c6a3, #e9a5b5, #704d7a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a62b2b, #d5b14d, #f0c6a3, #e9a5b5, #704d7a);
}
Similar color palettes
Scroll down to explore 80+ Autumn color palettes
Crimson Elegance color palette created on .