Color names in this palette
CSS code for this palette
/* CSS */
.mystic-tulip {
color: #f7b5a1;
}
.milky-maize {
color: #f9d69f;
}
.buttery-croissant {
color: #f8e19b;
}
.eerie-glow {
color: #a7d7b7;
}
.aqua-wish {
color: #a3e1d2;
}
/* CSS Variables */
:root {
--mystic-tulip:#f7b5a1;
--milky-maize:#f9d69f;
--buttery-croissant:#f8e19b;
--eerie-glow:#a7d7b7;
--aqua-wish:#a3e1d2;
}