Color names in this palette
CSS code for this palette
/* CSS */
.zenith {
color: #497b9c;
}
.broom-butterfly-blue {
color: #69b5d8;
}
.solar-plexus-chakra {
color: #f1c84b;
}
.mustard-crusted-salmon {
color: #f27e40;
}
.emberglow {
color: #e7685a;
}
/* CSS Variables */
:root {
--zenith:#497b9c;
--broom-butterfly-blue:#69b5d8;
--solar-plexus-chakra:#f1c84b;
--mustard-crusted-salmon:#f27e40;
--emberglow:#e7685a;
}