Color names in this palette
CSS code for this palette
/* CSS */
.shrimp-toast {
color: #f7c5a1;
}
.first-date {
color: #f4b09f;
}
.flamingo-dream {
color: #f0848a;
}
.ambitious-rose {
color: #e8697e;
}
.pink-punch {
color: #d04e6e;
}
/* CSS Variables */
:root {
--shrimp-toast:#f7c5a1;
--first-date:#f4b09f;
--flamingo-dream:#f0848a;
--ambitious-rose:#e8697e;
--pink-punch:#d04e6e;
}