/* CSS */
.color-1 {
color: #3A9AD9;
}
.color-2 {
color: #4CCAE1;
}
.color-3 {
color: #65D2D2;
}
.color-4 {
color: #A4E5D9;
}
.color-5 {
color: #D3F8E7;
}
/* CSS Variables */
:root {
--color-1: #3A9AD9;
--color-2: #4CCAE1;
--color-3: #65D2D2;
--color-4: #A4E5D9;
--color-5: #D3F8E7;
}
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3A9AD9, #4CCAE1, #65D2D2, #A4E5D9, #D3F8E7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3A9AD9, #4CCAE1, #65D2D2, #A4E5D9, #D3F8E7);
}
Suburban Uprising color palette created on .