Color names in this palette
CSS code for this palette
/* CSS */
.overtone {
color: #a3e6b0;
}
.peach-puff {
color: #ffd9b8;
}
.grapefruit-pulp {
color: #ff6e61;
}
.floral-leaf {
color: #ffb84d;
}
.purple-orchid {
color: #a84d89;
}
/* CSS Variables */
:root {
--overtone:#a3e6b0;
--peach-puff:#ffd9b8;
--grapefruit-pulp:#ff6e61;
--floral-leaf:#ffb84d;
--purple-orchid:#a84d89;
}