Color names in this palette
CSS code for this palette
/* CSS */
.snow-white-blush {
color: #f9aeae;
}
.grapefruit-pulp {
color: #ff6e61;
}
.floral-leaf {
color: #ffb84d;
}
.energise {
color: #70d06d;
}
.greenway {
color: #3c9a7c;
}
/* CSS Variables */
:root {
--snow-white-blush:#f9aeae;
--grapefruit-pulp:#ff6e61;
--floral-leaf:#ffb84d;
--energise:#70d06d;
--greenway:#3c9a7c;
}