Color names in this palette
CSS code for this palette
/* CSS */
.mandys-pink {
color: #f3b59b;
}
.coral-bisque {
color: #f6c5b1;
}
.deco-shell {
color: #f8d5c9;
}
.sly-shrimp {
color: #f7e1d9;
}
.pale-pearl {
color: #fff2e0;
}
/* CSS Variables */
:root {
--mandys-pink:#f3b59b;
--coral-bisque:#f6c5b1;
--deco-shell:#f8d5c9;
--sly-shrimp:#f7e1d9;
--pale-pearl:#fff2e0;
}