Color names in this palette
CSS code for this palette
/* CSS */
.fat-gold {
color: #e6b800;
}
.golden-crest {
color: #f6ca6a;
}
.bells-and-whistles-gold {
color: #f0e19e;
}
.snow-white-blush {
color: #f9aaa9;
}
.karakurenai-red {
color: #c71f38;
}
/* CSS Variables */
:root {
--fat-gold:#e6b800;
--golden-crest:#f6ca6a;
--bells-and-whistles-gold:#f0e19e;
--snow-white-blush:#f9aaa9;
--karakurenai-red:#c71f38;
}