Color names in this palette
CSS code for this palette
/* CSS */
.mystic-tulip {
color: #f7b5a1;
}
.aspen-yellow {
color: #f7e0a1;
}
.yippie-ya-yellow {
color: #f3f6a2;
}
.juzcar-blue {
color: #a1d3f7;
}
.wondrous-wisteria {
color: #a1b5f7;
}
/* CSS Variables */
:root {
--mystic-tulip:#f7b5a1;
--aspen-yellow:#f7e0a1;
--yippie-ya-yellow:#f3f6a2;
--juzcar-blue:#a1d3f7;
--wondrous-wisteria:#a1b5f7;
}