Color names in this palette
CSS code for this palette
/* CSS */
.beastly-red {
color: #6a0b0b;
}
.harissa-red {
color: #a22a2a;
}
.juicy-details {
color: #d67a7a;
}
.english-rose {
color: #f7c5c5;
}
.french-bustle {
color: #f2d4d4;
}
/* CSS Variables */
:root {
--beastly-red:#6a0b0b;
--harissa-red:#a22a2a;
--juicy-details:#d67a7a;
--english-rose:#f7c5c5;
--french-bustle:#f2d4d4;
}