/* CSS */
.color-1 {
color: #9E0D05;
}
/* CSS Variables */
:root {
--color-1: #9E0D05;
}
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #9E0D05);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #9E0D05);
}
Dark Crimson color palette created on .