Color names in this palette
CSS code for this palette
/* CSS */
.mystic-tulip {
color: #f7b5a1;
}
.peach-patch {
color: #f7d5a1;
}
.venetian-yellow {
color: #f7e6a1;
}
.juzcar-blue {
color: #a1d7f7;
}
.wondrous-wisteria {
color: #a1b5f7;
}
/* CSS Variables */
:root {
--mystic-tulip:#f7b5a1;
--peach-patch:#f7d5a1;
--venetian-yellow:#f7e6a1;
--juzcar-blue:#a1d7f7;
--wondrous-wisteria:#a1b5f7;
}