/* CSS */
.color-1 {
color: #3ed6f4;
}
.color-2 {
color: #aeaeae;
}
.color-3 {
color: #8813af;
}
.color-4 {
color: #2ff2a8;
}
.color-5 {
color: #0c2c6f;
}
/* CSS Variables */
:root {
--color-1: #3ed6f4;
--color-2: #aeaeae;
--color-3: #8813af;
--color-4: #2ff2a8;
--color-5: #0c2c6f;
}
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3ed6f4, #aeaeae, #8813af, #2ff2a8, #0c2c6f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3ed6f4, #aeaeae, #8813af, #2ff2a8, #0c2c6f);
}
Mystic Tides color palette created on .