Color names in this palette
CSS code for this palette
/* CSS */
.beet-red {
color: #7b1e3d;
}
.strawberry-daiquiri {
color: #9f3c4d;
}
.tropical-smoothie {
color: #c85b6d;
}
.rose-mallow {
color: #f1a7c8;
}
.chafed-wheat {
color: #f6e0d0;
}
/* CSS Variables */
:root {
--beet-red:#7b1e3d;
--strawberry-daiquiri:#9f3c4d;
--tropical-smoothie:#c85b6d;
--rose-mallow:#f1a7c8;
--chafed-wheat:#f6e0d0;
}