Color names in this palette
CSS code for this palette
/* CSS */
.steamed-chestnut {
color: #d4ae7d;
}
.ancient-pottery {
color: #a67c5e;
}
.pixieland {
color: #b3a7c8;
}
.jubilee {
color: #7d5c99;
}
.purple-corallite {
color: #5e4a8c;
}
/* CSS Variables */
:root {
--steamed-chestnut:#d4ae7d;
--ancient-pottery:#a67c5e;
--pixieland:#b3a7c8;
--jubilee:#7d5c99;
--purple-corallite:#5e4a8c;
}