CSS code for this palette
/* CSS */
.arc-light {
color: #c7e2ff;
}
.malm-ff {
color: #a3d9ff;
}
.bubbly-barracuda {
color: #7ac6ff;
}
.megaman {
color: #3db5ff;
}
.azure {
color: #007bff;
}
/* CSS Variables */
:root {
--arc-light:#c7e2ff;
--malm-ff:#a3d9ff;
--bubbly-barracuda:#7ac6ff;
--megaman:#3db5ff;
--azure:#007bff;
}