Color names in this palette
CSS code for this palette
/* CSS */
.mystic-tulip {
color: #f7b5a1;
}
.paw-paw {
color: #f9d59f;
}
.spring-yellow {
color: #f3e57c;
}
.pistachio-green {
color: #a5d69f;
}
.tibetan-stone {
color: #77b7c5;
}
/* CSS Variables */
:root {
--mystic-tulip:#f7b5a1;
--paw-paw:#f9d59f;
--spring-yellow:#f3e57c;
--pistachio-green:#a5d69f;
--tibetan-stone:#77b7c5;
}