Color names in this palette
CSS code for this palette
/* CSS */
.mystic-tulip {
color: #f7b4a1;
}
.peach-patch {
color: #f7d5a1;
}
.lazy-daisy {
color: #f7e7a1;
}
.light-mint-green {
color: #a1f7b4;
}
.juzcar-blue {
color: #a1d5f7;
}
/* CSS Variables */
:root {
--mystic-tulip:#f7b4a1;
--peach-patch:#f7d5a1;
--lazy-daisy:#f7e7a1;
--light-mint-green:#a1f7b4;
--juzcar-blue:#a1d5f7;
}