Color names in this palette
CSS code for this palette
/* CSS */
.carmen {
color: #7c3c3f;
}
.antique-gold {
color: #b5a15e;
}
.southern-platyfish {
color: #d1d548;
}
.limestoned {
color: #a7c8a2;
}
.blue-beads {
color: #5a7fa0;
}
/* CSS Variables */
:root {
--carmen:#7c3c3f;
--antique-gold:#b5a15e;
--southern-platyfish:#d1d548;
--limestoned:#a7c8a2;
--blue-beads:#5a7fa0;
}