Color names in this palette
CSS code for this palette
/* CSS */
.enticing-red {
color: #b84c4e;
}
.tobermory {
color: #d1999a;
}
.silver-strawberry {
color: #f3bfc0;
}
.rose-sugar {
color: #f9e6e7;
}
.dessert-cream {
color: #f6e2d0;
}
/* CSS Variables */
:root {
--enticing-red:#b84c4e;
--tobermory:#d1999a;
--silver-strawberry:#f3bfc0;
--rose-sugar:#f9e6e7;
--dessert-cream:#f6e2d0;
}