Color names in this palette
CSS code for this palette
/* CSS */
.shrimp-toast {
color: #f7c6a1;
}
.first-date {
color: #f5b2a3;
}
.xoxo {
color: #f28299;
}
.shadow-azalea-pink {
color: #e36d95;
}
.middle-safflower {
color: #c94f7e;
}
/* CSS Variables */
:root {
--shrimp-toast:#f7c6a1;
--first-date:#f5b2a3;
--xoxo:#f28299;
--shadow-azalea-pink:#e36d95;
--middle-safflower:#c94f7e;
}