Color names in this palette
CSS code for this palette
/* CSS */
.juzcar-blue {
color: #a2d5f1;
}
.sanctuary-spa {
color: #67b4e4;
}
.magical-merlin {
color: #398cdb;
}
.neptune-blue {
color: #2d5a9a;
}
.bright-midnight-blue {
color: #1e4876;
}
/* CSS Variables */
:root {
--juzcar-blue:#a2d5f1;
--sanctuary-spa:#67b4e4;
--magical-merlin:#398cdb;
--neptune-blue:#2d5a9a;
--bright-midnight-blue:#1e4876;
}