Color names in this palette
CSS code for this palette
/* CSS */
.pallid-green {
color: #c1e1c1;
}
.roseberry {
color: #f3a5a0;
}
.syndicalist {
color: #f5c400;
}
.yucca-cream {
color: #a1d9cc;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--pallid-green:#c1e1c1;
--roseberry:#f3a5a0;
--syndicalist:#f5c400;
--yucca-cream:#a1d9cc;
--grapefruit-pulp:#ff6e61;
}