Color names in this palette
CSS code for this palette
/* CSS */
.mr-krabs {
color: #d23d2d;
}
.chinese-orange {
color: #f26e4a;
}
.trump-tan {
color: #f9a76c;
}
.hu-ng-j-n-zh-u-gold {
color: #fbd76a;
}
.gilded {
color: #f4e04e;
}
/* CSS Variables */
:root {
--mr-krabs:#d23d2d;
--chinese-orange:#f26e4a;
--trump-tan:#f9a76c;
--hu-ng-j-n-zh-u-gold:#fbd76a;
--gilded:#f4e04e;
}