Color names in this palette
CSS code for this palette
/* CSS */
.bulgarian-rose {
color: #4b0b0b;
}
.incubus {
color: #7a1f1f;
}
.indiscreet {
color: #aa3c3c;
}
.roman {
color: #d95e5e;
}
.candy-heart-pink {
color: #f7a1a1;
}
/* CSS Variables */
:root {
--bulgarian-rose:#4b0b0b;
--incubus:#7a1f1f;
--indiscreet:#aa3c3c;
--roman:#d95e5e;
--candy-heart-pink:#f7a1a1;
}