Color names in this palette
CSS code for this palette
/* CSS */
.cupid {
color: #f5b2c6;
}
.durango-dust {
color: #f9e29f;
}
.green-trance {
color: #a5d9a1;
}
.costa-rica-blue {
color: #7bb9e0;
}
.san-marino {
color: #4c6b9a;
}
/* CSS Variables */
:root {
--cupid:#f5b2c6;
--durango-dust:#f9e29f;
--green-trance:#a5d9a1;
--costa-rica-blue:#7bb9e0;
--san-marino:#4c6b9a;
}