Color names in this palette
CSS code for this palette
/* CSS */
.blue-chill {
color: #3b8c8c;
}
.crystalsong-blue {
color: #4eb7b3;
}
.andes-sky {
color: #76d6d3;
}
.sparkling-mint {
color: #a3e0d1;
}
.bone-chilling {
color: #e1f4f1;
}
/* CSS Variables */
:root {
--blue-chill:#3b8c8c;
--crystalsong-blue:#4eb7b3;
--andes-sky:#76d6d3;
--sparkling-mint:#a3e0d1;
--bone-chilling:#e1f4f1;
}