Color names in this palette
CSS code for this palette
/* CSS */
.arc-light {
color: #c7e2ff;
}
.malm-ff {
color: #a3d9ff;
}
.parakeet-blue {
color: #80b3ff;
}
.joust-blue {
color: #4da6ff;
}
.starfleet-blue {
color: #0091ff;
}
/* CSS Variables */
:root {
--arc-light:#c7e2ff;
--malm-ff:#a3d9ff;
--parakeet-blue:#80b3ff;
--joust-blue:#4da6ff;
--starfleet-blue:#0091ff;
}