Color names in this palette
CSS code for this palette
/* CSS */
.lord-baltimore {
color: #b56969;
}
.gem {
color: #4f5e8c;
}
.spice-girl {
color: #e0c2c2;
}
.craftsman-gold {
color: #d4b88c;
}
.screen-test {
color: #999db2;
}
/* CSS Variables */
:root {
--lord-baltimore:#b56969;
--gem:#4f5e8c;
--spice-girl:#e0c2c2;
--craftsman-gold:#d4b88c;
--screen-test:#999db2;
}