Color names in this palette
CSS code for this palette
/* CSS */
.broom-butterfly-blue {
color: #6bafd6;
}
.folk-tales {
color: #a4c6b4;
}
.flint-smoke {
color: #a8b3b0;
}
.white {
color: #ffffff;
}
.bone-chilling {
color: #e1f4f3;
}
/* CSS Variables */
:root {
--broom-butterfly-blue:#6bafd6;
--folk-tales:#a4c6b4;
--flint-smoke:#a8b3b0;
--white:#ffffff;
--bone-chilling:#e1f4f3;
}