Color names in this palette
CSS code for this palette
/* CSS */
.fresh-heather {
color: #d2c2e0;
}
.be-my-valentine {
color: #f2a1c7;
}
.grapefruit-pulp {
color: #ff6e61;
}
.electric-glow {
color: #ffd000;
}
.veranda-blue {
color: #63b6b0;
}
/* CSS Variables */
:root {
--fresh-heather:#d2c2e0;
--be-my-valentine:#f2a1c7;
--grapefruit-pulp:#ff6e61;
--electric-glow:#ffd000;
--veranda-blue:#63b6b0;
}