Color names in this palette
CSS code for this palette
/* CSS */
.syndicalist {
color: #f5c400;
}
.grapefruit-pulp {
color: #ff6e61;
}
.first-date {
color: #f7b2a1;
}
.lili-elbe-s-pink {
color: #d7a3b1;
}
.rose-shadow {
color: #f9c3cf;
}
/* CSS Variables */
:root {
--syndicalist:#f5c400;
--grapefruit-pulp:#ff6e61;
--first-date:#f7b2a1;
--lili-elbe-s-pink:#d7a3b1;
--rose-shadow:#f9c3cf;
}