Color names in this palette
CSS code for this palette
/* CSS */
.first-date {
color: #f7b2a1;
}
.almond-cream {
color: #f3c4a0;
}
.storm-lightning {
color: #f9e59f;
}
.juzcar-blue {
color: #a1d9f7;
}
.wondrous-wisteria {
color: #a1b2f7;
}
/* CSS Variables */
:root {
--first-date:#f7b2a1;
--almond-cream:#f3c4a0;
--storm-lightning:#f9e59f;
--juzcar-blue:#a1d9f7;
--wondrous-wisteria:#a1b2f7;
}