/* CSS */
.color-1 {
color: #3d1d2d;
}
.color-2 {
color: #7d0e11;
}
.color-3 {
color: #36146f;
}
/* CSS Variables */
:root {
--color-1: #3d1d2d;
--color-2: #7d0e11;
--color-3: #36146f;
}/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3d1d2d, #7d0e11, #36146f);
}/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3d1d2d, #7d0e11, #36146f);
}Crimson Twilight color palette created on .