/* CSS */
.color-1 {
color: #91D9B7;
}
.color-2 {
color: #5D6F7E;
}
.color-3 {
color: #3C3E5D;
}
.color-4 {
color: #F7A3A1;
}
.color-5 {
color: #F9D66C;
}
/* CSS Variables */
:root {
--color-1: #91D9B7;
--color-2: #5D6F7E;
--color-3: #3C3E5D;
--color-4: #F7A3A1;
--color-5: #F9D66C;
}
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #91D9B7, #5D6F7E, #3C3E5D, #F7A3A1, #F9D66C);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #91D9B7, #5D6F7E, #3C3E5D, #F7A3A1, #F9D66C);
}
Volcanic Oasis color palette created on .