Color names in this palette
CSS code for this palette
/* CSS */
.sweat-bee {
color: #1d5190;
}
.christmas-blue {
color: #298ebc;
}
.clean-pool {
color: #4fc3e3;
}
.paris-daisy {
color: #f7e84b;
}
.apocalyptic-orange {
color: #f76d1d;
}
/* CSS Variables */
:root {
--sweat-bee:#1d5190;
--christmas-blue:#298ebc;
--clean-pool:#4fc3e3;
--paris-daisy:#f7e84b;
--apocalyptic-orange:#f76d1d;
}