Color names in this palette
CSS code for this palette
/* CSS */
.brilliant-white {
color: #e5f0ff;
}
.ice-cold-stare {
color: #b3d9ff;
}
.parakeet-blue {
color: #80b3ff;
}
.joust-blue {
color: #4da6ff;
}
.clear-chill {
color: #1a8cff;
}
/* CSS Variables */
:root {
--brilliant-white:#e5f0ff;
--ice-cold-stare:#b3d9ff;
--parakeet-blue:#80b3ff;
--joust-blue:#4da6ff;
--clear-chill:#1a8cff;
}