Color names in this palette
CSS code for this palette
/* CSS */
.first-date {
color: #f7b2a1;
}
.milky-maize {
color: #f7d6a1;
}
.lazy-daisy {
color: #f3eba0;
}
.juzcar-blue {
color: #a1d6f7;
}
.wondrous-wisteria {
color: #a1b2f7;
}
/* CSS Variables */
:root {
--first-date:#f7b2a1;
--milky-maize:#f7d6a1;
--lazy-daisy:#f3eba0;
--juzcar-blue:#a1d6f7;
--wondrous-wisteria:#a1b2f7;
}