Color names in this palette
CSS code for this palette
/* CSS */
.shrimp-toast {
color: #f7c5a1;
}
.rose-mallow {
color: #f1a7c5;
}
.harmonious-rose {
color: #f49fb6;
}
.majestic-magenta {
color: #e84a8c;
}
.raspberry-sorbet {
color: #d7336c;
}
/* CSS Variables */
:root {
--shrimp-toast:#f7c5a1;
--rose-mallow:#f1a7c5;
--harmonious-rose:#f49fb6;
--majestic-magenta:#e84a8c;
--raspberry-sorbet:#d7336c;
}