Color names in this palette
CSS code for this palette
/* CSS */
.petal-of-a-dying-rose {
color: #a3002e;
}
.mars-red {
color: #c82d3a;
}
.dragon-fruit {
color: #d75b6b;
}
.emperor-s-children {
color: #f2a1b2;
}
.impatiens-petal {
color: #f1d0d8;
}
/* CSS Variables */
:root {
--petal-of-a-dying-rose:#a3002e;
--mars-red:#c82d3a;
--dragon-fruit:#d75b6b;
--emperor-s-children:#f2a1b2;
--impatiens-petal:#f1d0d8;
}