Yamabuki-iro comes from the golden yellow kerria rose that blooms along Japanese streams. This warm yellow was a forbidden color restricted to imperial court use in rank robes.
:root {
--color-山吹色: #f8b500;
}
.example {
background-color: var(--color-山吹色);
}