Color names in this palette
CSS code for this palette
/* CSS */
.wickerware {
color: #fce5b0;
}
.shrimp-toast {
color: #f6c6a2;
}
.fruit-shake {
color: #f29c8c;
}
.turnip-the-pink {
color: #e9727a;
}
.kirby {
color: #d64c8d;
}
/* CSS Variables */
:root {
--wickerware:#fce5b0;
--shrimp-toast:#f6c6a2;
--fruit-shake:#f29c8c;
--turnip-the-pink:#e9727a;
--kirby:#d64c8d;
}