/* CSS */
.color-1 {
color: #8AFFC0;
}
.color-2 {
color: #4AD3E8;
}
.color-3 {
color: #3E5C98;
}
.color-4 {
color: #A67FDC;
}
.color-5 {
color: #D45E89;
}
/* CSS Variables */
:root {
--color-1: #8AFFC0;
--color-2: #4AD3E8;
--color-3: #3E5C98;
--color-4: #A67FDC;
--color-5: #D45E89;
}
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #8AFFC0, #4AD3E8, #3E5C98, #A67FDC, #D45E89);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #8AFFC0, #4AD3E8, #3E5C98, #A67FDC, #D45E89);
}
Galactic Oasis color palette created on .