/* CSS */
.color-1 {
color: #1F8FFF;
}
.color-2 {
color: #4DB8FF;
}
.color-3 {
color: #85D2FF;
}
.color-4 {
color: #F5E0A8;
}
.color-5 {
color: #E0C5A3;
}
/* CSS Variables */
:root {
--color-1: #1F8FFF;
--color-2: #4DB8FF;
--color-3: #85D2FF;
--color-4: #F5E0A8;
--color-5: #E0C5A3;
}
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1F8FFF, #4DB8FF, #85D2FF, #F5E0A8, #E0C5A3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1F8FFF, #4DB8FF, #85D2FF, #F5E0A8, #E0C5A3);
}
Skybound Oasis color palette created on .