Crimson Eclipse Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Crimson Eclipse palette
Crimson Eclipse color palette CSS
/* CSS */
.color-1 {
color: #3d0a0f;
}
.color-2 {
color: #7d2b2f;
}
.color-3 {
color: #b95b5f;
}
.color-4 {
color: #e8a79b;
}
.color-5 {
color: #f7d7a1;
}
/* CSS Variables */
:root {
--color-1: #3d0a0f;
--color-2: #7d2b2f;
--color-3: #b95b5f;
--color-4: #e8a79b;
--color-5: #f7d7a1;
}
Crimson Eclipse background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3d0a0f, #7d2b2f, #b95b5f, #e8a79b, #f7d7a1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3d0a0f, #7d2b2f, #b95b5f, #e8a79b, #f7d7a1);
}
Similar color palettes
Scroll down to explore 200+ Dark color palettes
Crimson Eclipse color palette created on .