Color names in this palette
CSS code for this palette
/* CSS */
.bulgarian-rose {
color: #4b0b0b;
}
.incubus {
color: #7a1f1f;
}
.persimmon-red {
color: #a84d4d;
}
.brownish-pink {
color: #c17b7b;
}
.bussell-lace {
color: #e2a2a2;
}
/* CSS Variables */
:root {
--bulgarian-rose:#4b0b0b;
--incubus:#7a1f1f;
--persimmon-red:#a84d4d;
--brownish-pink:#c17b7b;
--bussell-lace:#e2a2a2;
}