Color names in this palette
CSS code for this palette
/* CSS */
.red-plum {
color: #7a2a4b;
}
.pink-hibiscus {
color: #b46e8a;
}
.blushing-tulip {
color: #df9fb5;
}
.in-the-pink {
color: #f2c4d2;
}
.pork-belly {
color: #f8e2e7;
}
/* CSS Variables */
:root {
--red-plum:#7a2a4b;
--pink-hibiscus:#b46e8a;
--blushing-tulip:#df9fb5;
--in-the-pink:#f2c4d2;
--pork-belly:#f8e2e7;
}