Color names in this palette
CSS code for this palette
/* CSS */
.first-date {
color: #f7b1a1;
}
.princess {
color: #f1a7b4;
}
.raspberry-mousse {
color: #e06c8b;
}
.royal-heath {
color: #b94b77;
}
.grape-juice {
color: #7a2a6b;
}
/* CSS Variables */
:root {
--first-date:#f7b1a1;
--princess:#f1a7b4;
--raspberry-mousse:#e06c8b;
--royal-heath:#b94b77;
--grape-juice:#7a2a6b;
}