Color names in this palette
CSS code for this palette
/* CSS */
.baby-blue {
color: #a3d3ff;
}
.heisenberg-blue {
color: #70e1f5;
}
.mandarin-sorbet {
color: #ffb042;
}
.grapefruit-pulp {
color: #ff6e61;
}
.chinese-new-year {
color: #ff2e62;
}
/* CSS Variables */
:root {
--baby-blue:#a3d3ff;
--heisenberg-blue:#70e1f5;
--mandarin-sorbet:#ffb042;
--grapefruit-pulp:#ff6e61;
--chinese-new-year:#ff2e62;
}