Color names in this palette
CSS code for this palette
/* CSS */
.karakurenai-red {
color: #c71f38;
}
.mod-orange {
color: #d75b3c;
}
.welcoming-wasp {
color: #f0a800;
}
.golden-talisman {
color: #e8c79c;
}
.pie-crust {
color: #f4d89f;
}
/* CSS Variables */
:root {
--karakurenai-red:#c71f38;
--mod-orange:#d75b3c;
--welcoming-wasp:#f0a800;
--golden-talisman:#e8c79c;
--pie-crust:#f4d89f;
}