Color names in this palette
CSS code for this palette
/* CSS */
.american-yellow {
color: #f0b000;
}
.arts-crafts-gold {
color: #f8c58b;
}
.rotunda-gold {
color: #f6e0c1;
}
.pink-chalk {
color: #f5a3be;
}
.kiss {
color: #d78eab;
}
/* CSS Variables */
:root {
--american-yellow:#f0b000;
--arts-crafts-gold:#f8c58b;
--rotunda-gold:#f6e0c1;
--pink-chalk:#f5a3be;
--kiss:#d78eab;
}