Color names in this palette
CSS code for this palette
/* CSS */
.pretty-petunia {
color: #dab9e9;
}
.revered {
color: #a68bb1;
}
.pink-hibiscus {
color: #b56987;
}
.tropical-peach {
color: #ffc1b3;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--pretty-petunia:#dab9e9;
--revered:#a68bb1;
--pink-hibiscus:#b56987;
--tropical-peach:#ffc1b3;
--grapefruit-pulp:#ff6e61;
}