Color names in this palette
CSS code for this palette
/* CSS */
.chinese-gold {
color: #dba800;
}
.curry-bubbles {
color: #f5b800;
}
.softsun {
color: #f6cc41;
}
.aspen-yellow {
color: #f8e0a0;
}
.calico-rose {
color: #e6c0b2;
}
/* CSS Variables */
:root {
--chinese-gold:#dba800;
--curry-bubbles:#f5b800;
--softsun:#f6cc41;
--aspen-yellow:#f8e0a0;
--calico-rose:#e6c0b2;
}