Color names in this palette
CSS code for this palette
/* CSS */
.spruce-tree-flower {
color: #b35b94;
}
.pink-fit {
color: #f2a6b0;
}
.pale-petunia {
color: #f6c1c9;
}
.plastic-lime {
color: #eedb72;
}
.luxor-gold {
color: #a88d3e;
}
/* CSS Variables */
:root {
--spruce-tree-flower:#b35b94;
--pink-fit:#f2a6b0;
--pale-petunia:#f6c1c9;
--plastic-lime:#eedb72;
--luxor-gold:#a88d3e;
}