Color names in this palette
CSS code for this palette
/* CSS */
.castlevania-heart {
color: #a30021;
}
.fireglow {
color: #d45d40;
}
.gorse-yellow-orange {
color: #eb9a3d;
}
.butterfield {
color: #f6c25a;
}
.soft-butter {
color: #f6e1b6;
}
/* CSS Variables */
:root {
--castlevania-heart:#a30021;
--fireglow:#d45d40;
--gorse-yellow-orange:#eb9a3d;
--butterfield:#f6c25a;
--soft-butter:#f6e1b6;
}