Color names in this palette
CSS code for this palette
/* CSS */
.pretty-petunia {
color: #d7b6e2;
}
.windsor-way {
color: #a1c9e8;
}
.robin-s-egg {
color: #72e2f8;
}
.grapefruit-pulp {
color: #ff6e61;
}
.floral-leaf {
color: #ffb84d;
}
/* CSS Variables */
:root {
--pretty-petunia:#d7b6e2;
--windsor-way:#a1c9e8;
--robin-s-egg:#72e2f8;
--grapefruit-pulp:#ff6e61;
--floral-leaf:#ffb84d;
}