Color names in this palette
CSS code for this palette
/* CSS */
.boot-hill-ghost {
color: #deae8c;
}
.fortune-cookie {
color: #e0c7a3;
}
.prayer-flag {
color: #d59b6c;
}
.vermilion-red {
color: #b74b38;
}
.martian-ironcrust {
color: #b6390c;
}
/* CSS Variables */
:root {
--boot-hill-ghost:#deae8c;
--fortune-cookie:#e0c7a3;
--prayer-flag:#d59b6c;
--vermilion-red:#b74b38;
--martian-ironcrust:#b6390c;
}