Color names in this palette
CSS code for this palette
/* CSS */
.verdigris-coloured {
color: #60be77;
}
.frugal {
color: #a4dbb6;
}
.bone-white {
color: #f2e1b1;
}
.peach-bud {
color: #f9b1ae;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--verdigris-coloured:#60be77;
--frugal:#a4dbb6;
--bone-white:#f2e1b1;
--peach-bud:#f9b1ae;
--grapefruit-pulp:#ff6e61;
}