Color names in this palette
CSS code for this palette
/* CSS */
.mystic-tulip {
color: #f7b5a1;
}
.ginger-peach {
color: #f7d2a1;
}
.aspen-yellow {
color: #f7e0a1;
}
.ganon-blue {
color: #a1e0f7;
}
.wondrous-wisteria {
color: #a1b5f7;
}
/* CSS Variables */
:root {
--mystic-tulip:#f7b5a1;
--ginger-peach:#f7d2a1;
--aspen-yellow:#f7e0a1;
--ganon-blue:#a1e0f7;
--wondrous-wisteria:#a1b5f7;
}