Color names in this palette
CSS code for this palette
/* CSS */
.enticing-red {
color: #b95050;
}
.pink-slip {
color: #d88d8d;
}
.chewing-gum {
color: #e7b1b1;
}
.redneck {
color: #f5d6d6;
}
.rose-sugar {
color: #f9e6e6;
}
/* CSS Variables */
:root {
--enticing-red:#b95050;
--pink-slip:#d88d8d;
--chewing-gum:#e7b1b1;
--redneck:#f5d6d6;
--rose-sugar:#f9e6e6;
}