Color names in this palette
CSS code for this palette
/* CSS */
.shrimp-toast {
color: #f7c5a1;
}
.rosy-outlook {
color: #f9aa9f;
}
.forbidden-fruit {
color: #f97b7b;
}
.flirty-rose {
color: #d65c8d;
}
.wild-aster {
color: #9f3c8a;
}
/* CSS Variables */
:root {
--shrimp-toast:#f7c5a1;
--rosy-outlook:#f9aa9f;
--forbidden-fruit:#f97b7b;
--flirty-rose:#d65c8d;
--wild-aster:#9f3c8a;
}