Color names in this palette
CSS code for this palette
/* CSS */
.deep-peacock-blue {
color: #009485;
}
.crystalsong-blue {
color: #4eb5b7;
}
.blue-green-gem {
color: #80cbc4;
}
.frosty-soft-blue {
color: #b3dfdc;
}
.bone-chilling {
color: #dff1f1;
}
/* CSS Variables */
:root {
--deep-peacock-blue:#009485;
--crystalsong-blue:#4eb5b7;
--blue-green-gem:#80cbc4;
--frosty-soft-blue:#b3dfdc;
--bone-chilling:#dff1f1;
}