Color names in this palette
CSS code for this palette
/* CSS */
.bittersweet {
color: #f9a04e;
}
.blacksmith-fire {
color: #f5e85c;
}
.faint-clover {
color: #b4eed8;
}
.astral-spirit {
color: #8cc2e8;
}
.ponceau {
color: #f25a76;
}
/* CSS Variables */
:root {
--bittersweet:#f9a04e;
--blacksmith-fire:#f5e85c;
--faint-clover:#b4eed8;
--astral-spirit:#8cc2e8;
--ponceau:#f25a76;
}