Color names in this palette
CSS code for this palette
/* CSS */
.boyzone {
color: #2594d0;
}
.clean-pool {
color: #5ac6e7;
}
.blizzard-blue {
color: #a2e5f1;
}
.bone-white {
color: #f1e1b1;
}
.dodgeroll-gold {
color: #f39c12;
}
/* CSS Variables */
:root {
--boyzone:#2594d0;
--clean-pool:#5ac6e7;
--blizzard-blue:#a2e5f1;
--bone-white:#f1e1b1;
--dodgeroll-gold:#f39c12;
}