Color names in this palette
CSS code for this palette
/* CSS */
.beauty-bush {
color: #ebb8b2;
}
.geraldine {
color: #e47777;
}
.x-marks-the-spot {
color: #e34a4a;
}
.thai-spice {
color: #b94b56;
}
.grapes-of-italy {
color: #6d4d8f;
}
/* CSS Variables */
:root {
--beauty-bush:#ebb8b2;
--geraldine:#e47777;
--x-marks-the-spot:#e34a4a;
--thai-spice:#b94b56;
--grapes-of-italy:#6d4d8f;
}