Color names in this palette
CSS code for this palette
/* CSS */
.shrimp-toast {
color: #f7c5a1;
}
.roseberry {
color: #f3a4a0;
}
.forbidden-fruit {
color: #f77a78;
}
.highlighter-pink {
color: #e75a76;
}
.raspberry-sorbet {
color: #d6386a;
}
/* CSS Variables */
:root {
--shrimp-toast:#f7c5a1;
--roseberry:#f3a4a0;
--forbidden-fruit:#f77a78;
--highlighter-pink:#e75a76;
--raspberry-sorbet:#d6386a;
}