Color names in this palette
CSS code for this palette
/* CSS */
.martica {
color: #f5e5b7;
}
.xanthous {
color: #f2b02c;
}
.retro-nectarine {
color: #e77918;
}
.play-school {
color: #cf542a;
}
.burnt-russet {
color: #893949;
}
/* CSS Variables */
:root {
--martica:#f5e5b7;
--xanthous:#f2b02c;
--retro-nectarine:#e77918;
--play-school:#cf542a;
--burnt-russet:#893949;
}