/* CSS */
.color-1 {
color: #791B2E;
}
.color-2 {
color: #AE3D4C;
}
.color-3 {
color: #D87D8B;
}
.color-4 {
color: #F9C9B4;
}
.color-5 {
color: #F1DFD5;
}
/* CSS Variables */
:root {
--color-1: #791B2E;
--color-2: #AE3D4C;
--color-3: #D87D8B;
--color-4: #F9C9B4;
--color-5: #F1DFD5;
}
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #791B2E, #AE3D4C, #D87D8B, #F9C9B4, #F1DFD5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #791B2E, #AE3D4C, #D87D8B, #F9C9B4, #F1DFD5);
}
Infernal Blossom color palette created on .