Color names in this palette
CSS code for this palette
/* CSS */
.shrimp-toast {
color: #f7c5a1;
}
.first-date {
color: #f2b2a1;
}
.princess {
color: #f1a7b3;
}
.patina-green {
color: #b8e6b3;
}
.turquoise-grey {
color: #b3d1d0;
}
/* CSS Variables */
:root {
--shrimp-toast:#f7c5a1;
--first-date:#f2b2a1;
--princess:#f1a7b3;
--patina-green:#b8e6b3;
--turquoise-grey:#b3d1d0;
}