/* CSS */
.color-1 {
color: #C92C5B;
}
.color-2 {
color: #A12B48;
}
.color-3 {
color: #7E2A3B;
}
.color-4 {
color: #F1A7B9;
}
.color-5 {
color: #EB4C8E;
}
/* CSS Variables */
:root {
--color-1: #C92C5B;
--color-2: #A12B48;
--color-3: #7E2A3B;
--color-4: #F1A7B9;
--color-5: #EB4C8E;
}
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #C92C5B, #A12B48, #7E2A3B, #F1A7B9, #EB4C8E);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #C92C5B, #A12B48, #7E2A3B, #F1A7B9, #EB4C8E);
}
Crimson Serenade color palette created on .