Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.floral-leaf {
color: #ffb84d;
}
.mountain-mint {
color: #a9dfbf;
}
.sanctuary-spa {
color: #5faee3;
}
.guava-jelly {
color: #f19388;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--floral-leaf:#ffb84d;
--mountain-mint:#a9dfbf;
--sanctuary-spa:#5faee3;
--guava-jelly:#f19388;
}