CSS code for this palette
/* CSS */
.flirt {
color: #7d2b4d;
}
.fat-smooch {
color: #c0547f;
}
.first-date {
color: #f6b4a2;
}
.5 {
color: #f9d88b;
}
.majestic-treasures {
color: #f3e7a5;
}
/* CSS Variables */
:root {
--flirt:#7d2b4d;
--fat-smooch:#c0547f;
--first-date:#f6b4a2;
--5:#f9d88b;
--majestic-treasures:#f3e7a5;
}