/* CSS */
.color-1 {
color: #2C0716;
}
.color-2 {
color: #3C0B17;
}
.color-3 {
color: #530E1A;
}
.color-4 {
color: #6C141E;
}
.color-5 {
color: #8D1C21;
}
/* CSS Variables */
:root {
--color-1: #2C0716;
--color-2: #3C0B17;
--color-3: #530E1A;
--color-4: #6C141E;
--color-5: #8D1C21;
}
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #2C0716, #3C0B17, #530E1A, #6C141E, #8D1C21);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #2C0716, #3C0B17, #530E1A, #6C141E, #8D1C21);
}
Crimson Shadows color palette created on .