Color names in this palette
CSS code for this palette
/* CSS */
.boat-house {
color: #4a8fba;
}
.skink-blue {
color: #5dc3d0;
}
.menthol-kiss {
color: #9fe0d2;
}
.empire-yellow {
color: #f5d400;
}
.dodgeroll-gold {
color: #f39c12;
}
/* CSS Variables */
:root {
--boat-house:#4a8fba;
--skink-blue:#5dc3d0;
--menthol-kiss:#9fe0d2;
--empire-yellow:#f5d400;
--dodgeroll-gold:#f39c12;
}