Color names in this palette
CSS code for this palette
/* CSS */
.fireglow {
color: #d85f41;
}
.welcoming-wasp {
color: #f0a800;
}
.lemon-filling {
color: #f7e6a6;
}
.downy {
color: #70d7c2;
}
.steel-teal {
color: #5b8b89;
}
/* CSS Variables */
:root {
--fireglow:#d85f41;
--welcoming-wasp:#f0a800;
--lemon-filling:#f7e6a6;
--downy:#70d7c2;
--steel-teal:#5b8b89;
}