Color names in this palette
CSS code for this palette
/* CSS */
.mystic-tulip {
color: #f9b39f;
}
.lemon-burst {
color: #fcd67e;
}
.lemon-ice-yellow {
color: #f5e3a8;
}
.touch-of-turquoise {
color: #a2d7cf;
}
.salt-blue {
color: #809c9d;
}
/* CSS Variables */
:root {
--mystic-tulip:#f9b39f;
--lemon-burst:#fcd67e;
--lemon-ice-yellow:#f5e3a8;
--touch-of-turquoise:#a2d7cf;
--salt-blue:#809c9d;
}