Color names in this palette
CSS code for this palette
/* CSS */
.yellow-tulip {
color: #f7d06e;
}
.honey-glow {
color: #e8b64a;
}
.roman-gold {
color: #d69b2e;
}
.yamabukicha-gold {
color: #c77f1a;
}
.raw-umber {
color: #a45e0e;
}
/* CSS Variables */
:root {
--yellow-tulip:#f7d06e;
--honey-glow:#e8b64a;
--roman-gold:#d69b2e;
--yamabukicha-gold:#c77f1a;
--raw-umber:#a45e0e;
}