Color names in this palette
CSS code for this palette
/* CSS */
.mystic-tulip {
color: #f7b5a1;
}
.milky-maize {
color: #f9d69f;
}
.venetian-yellow {
color: #f8e3a0;
}
.frugal {
color: #a6d9b5;
}
.blue-racer {
color: #4ca4a9;
}
/* CSS Variables */
:root {
--mystic-tulip:#f7b5a1;
--milky-maize:#f9d69f;
--venetian-yellow:#f8e3a0;
--frugal:#a6d9b5;
--blue-racer:#4ca4a9;
}