Color names in this palette
CSS code for this palette
/* CSS */
.clear-chill {
color: #1f8fff;
}
.capri {
color: #00bfff;
}
.bluerocratic {
color: #1f6dff;
}
.joust-blue {
color: #4da3ff;
}
.science-blue {
color: #007acc;
}
/* CSS Variables */
:root {
--clear-chill:#1f8fff;
--capri:#00bfff;
--bluerocratic:#1f6dff;
--joust-blue:#4da3ff;
--science-blue:#007acc;
}