Color names in this palette
CSS code for this palette
/* CSS */
.heartbeat {
color: #a80000;
}
.enticing-red {
color: #b84c4c;
}
.blushing-bud {
color: #d99b9b;
}
.brain-pink {
color: #f1b1b1;
}
.french-bustle {
color: #f3d3d3;
}
/* CSS Variables */
:root {
--heartbeat:#a80000;
--enticing-red:#b84c4c;
--blushing-bud:#d99b9b;
--brain-pink:#f1b1b1;
--french-bustle:#f3d3d3;
}