CSS code for this palette
/* CSS */
.andes-sky {
color: #6fd8d4;
}
.first-date {
color: #f1b4a2;
}
.white-elf {
color: #f5c284;
}
.yellow-sea {
color: #f2a03a;
}
.poppy-red {
color: #e63746;
}
/* CSS Variables */
:root {
--andes-sky:#6fd8d4;
--first-date:#f1b4a2;
--white-elf:#f5c284;
--yellow-sea:#f2a03a;
--poppy-red:#e63746;
}