/* CSS */
.color-1 {
color: #9ED8DB;
}
.color-2 {
color: #F3A76D;
}
.color-3 {
color: #F2E1A1;
}
.color-4 {
color: #B3D99B;
}
.color-5 {
color: #EBA5A2;
}
/* CSS Variables */
:root {
--color-1: #9ED8DB;
--color-2: #F3A76D;
--color-3: #F2E1A1;
--color-4: #B3D99B;
--color-5: #EBA5A2;
}
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #9ED8DB, #F3A76D, #F2E1A1, #B3D99B, #EBA5A2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #9ED8DB, #F3A76D, #F2E1A1, #B3D99B, #EBA5A2);
}
Harvest Moon Serenade color palette created on .