Color names in this palette
CSS code for this palette
/* CSS */
.chinese-gold {
color: #dba800;
}
.zhohltyi-yellow {
color: #e0c600;
}
.safety-yellow {
color: #f0d400;
}
.paris-daisy {
color: #f9e54e;
}
.yellow-dragon {
color: #fbe67e;
}
/* CSS Variables */
:root {
--chinese-gold:#dba800;
--zhohltyi-yellow:#e0c600;
--safety-yellow:#f0d400;
--paris-daisy:#f9e54e;
--yellow-dragon:#fbe67e;
}