Color names in this palette
CSS code for this palette
/* CSS */
.oyster-bisque {
color: #f3e5af;
}
.mystic-opal {
color: #fcddc0;
}
.ballet-slippers {
color: #f9a4af;
}
.sachet-pink {
color: #f688b2;
}
.oleander-pink {
color: #f25a9c;
}
/* CSS Variables */
:root {
--oyster-bisque:#f3e5af;
--mystic-opal:#fcddc0;
--ballet-slippers:#f9a4af;
--sachet-pink:#f688b2;
--oleander-pink:#f25a9c;
}