Color names in this palette
CSS code for this palette
/* CSS */
.patrice {
color: #8cd4a1;
}
.majestic-treasures {
color: #f2e7a6;
}
.love-spell {
color: #f9b4c0;
}
.grapefruit-pulp {
color: #ff6e61;
}
.mandarin-sorbet {
color: #ffad42;
}
/* CSS Variables */
:root {
--patrice:#8cd4a1;
--majestic-treasures:#f2e7a6;
--love-spell:#f9b4c0;
--grapefruit-pulp:#ff6e61;
--mandarin-sorbet:#ffad42;
}