Color names in this palette
CSS code for this palette
/* CSS */
.mystic-tulip {
color: #f7b5a1;
}
.allspice {
color: #f9cea9;
}
.oyster-bisque {
color: #f2e7b1;
}
.touch-of-turquoise {
color: #a2d2d1;
}
.eerie-glow {
color: #a7d7b8;
}
/* CSS Variables */
:root {
--mystic-tulip:#f7b5a1;
--allspice:#f9cea9;
--oyster-bisque:#f2e7b1;
--touch-of-turquoise:#a2d2d1;
--eerie-glow:#a7d7b8;
}