Color names in this palette
CSS code for this palette
/* CSS */
.march-tulip-green {
color: #d8c879;
}
.pearl-yellow {
color: #f2e5ba;
}
.first-date {
color: #f7b1a1;
}
.cupid-s-arrow {
color: #e8698b;
}
.lollipop {
color: #d21e3f;
}
/* CSS Variables */
:root {
--march-tulip-green:#d8c879;
--pearl-yellow:#f2e5ba;
--first-date:#f7b1a1;
--cupid-s-arrow:#e8698b;
--lollipop:#d21e3f;
}