/* CSS */
.color-1 {
color: #1D8A9A;
}
.color-2 {
color: #4FB5B2;
}
.color-3 {
color: #85D6C3;
}
.color-4 {
color: #F1E1A2;
}
.color-5 {
color: #D68C3D;
}
/* CSS Variables */
:root {
--color-1: #1D8A9A;
--color-2: #4FB5B2;
--color-3: #85D6C3;
--color-4: #F1E1A2;
--color-5: #D68C3D;
}
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1D8A9A, #4FB5B2, #85D6C3, #F1E1A2, #D68C3D);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1D8A9A, #4FB5B2, #85D6C3, #F1E1A2, #D68C3D);
}
Tropical Resonance color palette created on .