Color names in this palette
CSS code for this palette
/* CSS */
.polished-apple {
color: #8c2b2b;
}
.incubus {
color: #7b1e1e;
}
.red-leather {
color: #ac4d4d;
}
.persian-plum {
color: #691b1b;
}
.sugar-pool {
color: #aed5d5;
}
/* CSS Variables */
:root {
--polished-apple:#8c2b2b;
--incubus:#7b1e1e;
--red-leather:#ac4d4d;
--persian-plum:#691b1b;
--sugar-pool:#aed5d5;
}