Color names in this palette
CSS code for this palette
/* CSS */
.mystic-tulip {
color: #f7b5a1;
}
.coral-bisque {
color: #f8c6af;
}
.cheddar-corn {
color: #f6d4b6;
}
.icy-lemonade {
color: #f5e7b2;
}
.sunny {
color: #f1ed7e;
}
/* CSS Variables */
:root {
--mystic-tulip:#f7b5a1;
--coral-bisque:#f8c6af;
--cheddar-corn:#f6d4b6;
--icy-lemonade:#f5e7b2;
--sunny:#f1ed7e;
}