Color names in this palette
CSS code for this palette
/* CSS */
.sweat-bee {
color: #1e4d94;
}
.curious-blue {
color: #3b7fba;
}
.malibu {
color: #5fbae7;
}
.juzcar-blue {
color: #a1d3f7;
}
.floral-leaf {
color: #ffb84d;
}
/* CSS Variables */
:root {
--sweat-bee:#1e4d94;
--curious-blue:#3b7fba;
--malibu:#5fbae7;
--juzcar-blue:#a1d3f7;
--floral-leaf:#ffb84d;
}