CSS code for this palette
/* CSS */
.angela-bay {
color: #a4c3e5;
}
.lucea {
color: #7db2e3;
}
.blue-astro {
color: #4ba9d8;
}
.scooter {
color: #2b8ba1;
}
.allports {
color: #1f6c7f;
}
/* CSS Variables */
:root {
--angela-bay:#a4c3e5;
--lucea:#7db2e3;
--blue-astro:#4ba9d8;
--scooter:#2b8ba1;
--allports:#1f6c7f;
}