/* CSS */
.color-1 {
color: #3E5B89;
}
.color-2 {
color: #7D8C8C;
}
.color-3 {
color: #B1C3B3;
}
.color-4 {
color: #F1E6B6;
}
.color-5 {
color: #D69FC1;
}
/* CSS Variables */
:root {
--color-1: #3E5B89;
--color-2: #7D8C8C;
--color-3: #B1C3B3;
--color-4: #F1E6B6;
--color-5: #D69FC1;
}
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3E5B89, #7D8C8C, #B1C3B3, #F1E6B6, #D69FC1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3E5B89, #7D8C8C, #B1C3B3, #F1E6B6, #D69FC1);
}
Whispers Of Arcane Brews color palette created on .