Color names in this palette
CSS code for this palette
/* CSS */
.romulus {
color: #e1c2a8;
}
.certain-peach {
color: #f5b9a3;
}
.arts-crafts-gold {
color: #f9c78b;
}
.bone-white {
color: #f2e1b1;
}
.apricot-illusion {
color: #e4c4a5;
}
/* CSS Variables */
:root {
--romulus:#e1c2a8;
--certain-peach:#f5b9a3;
--arts-crafts-gold:#f9c78b;
--bone-white:#f2e1b1;
--apricot-illusion:#e4c4a5;
}