Color names in this palette
CSS code for this palette
/* CSS */
.clear-chill {
color: #1f8fff;
}
.joust-blue {
color: #4da6ff;
}
.parakeet-blue {
color: #80b3ff;
}
.night-snow {
color: #a8d1ff;
}
.lucid-dreams {
color: #cceeff;
}
/* CSS Variables */
:root {
--clear-chill:#1f8fff;
--joust-blue:#4da6ff;
--parakeet-blue:#80b3ff;
--night-snow:#a8d1ff;
--lucid-dreams:#cceeff;
}