Color names in this palette
CSS code for this palette
/* CSS */
.fireglow {
color: #d85f41;
}
.mad-for-mango {
color: #f5a300;
}
.unbleached-calico {
color: #f6dabb;
}
.lime-lizard {
color: #a3d55d;
}
.boat-house {
color: #4b8bb9;
}
/* CSS Variables */
:root {
--fireglow:#d85f41;
--mad-for-mango:#f5a300;
--unbleached-calico:#f6dabb;
--lime-lizard:#a3d55d;
--boat-house:#4b8bb9;
}