Color names in this palette
CSS code for this palette
/* CSS */
.janitor {
color: #2364cd;
}
.magical-merlin {
color: #3c8fd3;
}
.norfolk-sky {
color: #6cb8e4;
}
.atmospheric-soft-blue {
color: #a8e1f0;
}
.alice-blue {
color: #f0f8ff;
}
/* CSS Variables */
:root {
--janitor:#2364cd;
--magical-merlin:#3c8fd3;
--norfolk-sky:#6cb8e4;
--atmospheric-soft-blue:#a8e1f0;
--alice-blue:#f0f8ff;
}