Color names in this palette
CSS code for this palette
/* CSS */
.mystic-tulip {
color: #f7b5a1;
}
.visionary {
color: #f4e1a9;
}
.aqua-bay {
color: #b7e1c9;
}
.mint-macaron {
color: #afeeee;
}
.poodle-skirt {
color: #ffb3ba;
}
/* CSS Variables */
:root {
--mystic-tulip:#f7b5a1;
--visionary:#f4e1a9;
--aqua-bay:#b7e1c9;
--mint-macaron:#afeeee;
--poodle-skirt:#ffb3ba;
}