/* CSS */
.color-1 {
color: #503E5B;
}
.color-2 {
color: #8B75A3;
}
.color-3 {
color: #B1A4C6;
}
.color-4 {
color: #D0D0E2;
}
.color-5 {
color: #EBEAF6;
}
/* CSS Variables */
:root {
--color-1: #503E5B;
--color-2: #8B75A3;
--color-3: #B1A4C6;
--color-4: #D0D0E2;
--color-5: #EBEAF6;
}
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #503E5B, #8B75A3, #B1A4C6, #D0D0E2, #EBEAF6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #503E5B, #8B75A3, #B1A4C6, #D0D0E2, #EBEAF6);
}
Infernal Elegance color palette created on .