Color names in this palette
CSS code for this palette
/* CSS */
.dayflower {
color: #3a9ad9;
}
.candid-blue {
color: #68c2e8;
}
.menoth-white-base {
color: #f1e6b7;
}
.mad-for-mango {
color: #f5a300;
}
.fireglow {
color: #d45d40;
}
/* CSS Variables */
:root {
--dayflower:#3a9ad9;
--candid-blue:#68c2e8;
--menoth-white-base:#f1e6b7;
--mad-for-mango:#f5a300;
--fireglow:#d45d40;
}