/* CSS */
.color-1 {
color: #491E52;
}
.color-2 {
color: #763285;
}
.color-3 {
color: #AA4AB5;
}
.color-4 {
color: #D982DE;
}
.color-5 {
color: #EF62B9;
}
/* CSS Variables */
:root {
--color-1: #491E52;
--color-2: #763285;
--color-3: #AA4AB5;
--color-4: #D982DE;
--color-5: #EF62B9;
}
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #491E52, #763285, #AA4AB5, #D982DE, #EF62B9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #491E52, #763285, #AA4AB5, #D982DE, #EF62B9);
}
Mystical Mauve Dream color palette created on .