/* CSS */
.color-1 {
color: #609D9F;
}
.color-2 {
color: #80FFD4;
}
.color-3 {
color: #ADD8E6;
}
.color-4 {
color: #F0E78E;
}
.color-5 {
color: #FF8052;
}
/* CSS Variables */
:root {
--color-1: #609D9F;
--color-2: #80FFD4;
--color-3: #ADD8E6;
--color-4: #F0E78E;
--color-5: #FF8052;
}
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #609D9F, #80FFD4, #ADD8E6, #F0E78E, #FF8052);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #609D9F, #80FFD4, #ADD8E6, #F0E78E, #FF8052);
}
Iridescent Oasis color palette created on .