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: #af4b69;
}
.color-2 {
color: #d68a8d;
}
.color-3 {
color: #f1b1b8;
}
.color-4 {
color: #f4d8d7;
}
.color-5 {
color: #e5b8c4;
}
/* CSS Variables */
:root {
--color-1: #af4b69;
--color-2: #d68a8d;
--color-3: #f1b1b8;
--color-4: #f4d8d7;
--color-5: #e5b8c4;
}
Crimson Elegance background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #af4b69, #d68a8d, #f1b1b8, #f4d8d7, #e5b8c4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #af4b69, #d68a8d, #f1b1b8, #f4d8d7, #e5b8c4);
}
Similar color palettes
Scroll down to explore 200+ Aesthetic color palettes
Crimson Elegance color palette created on .