Color names in this palette
CSS code for this palette
/* CSS */
.chinese-goldfish {
color: #f44725;
}
.akak-red {
color: #f27d5a;
}
.xanthous {
color: #f2b02c;
}
.sesame-seed {
color: #e2dab6;
}
.lunar-rock {
color: #c5c4c5;
}
/* CSS Variables */
:root {
--chinese-goldfish:#f44725;
--akak-red:#f27d5a;
--xanthous:#f2b02c;
--sesame-seed:#e2dab6;
--lunar-rock:#c5c4c5;
}