Color names in this palette
CSS code for this palette
/* CSS */
.first-date {
color: #f7b2a1;
}
.buttery-croissant {
color: #f5e19e;
}
.forsythia-blossom {
color: #f9d66c;
}
.eerie-glow {
color: #a6d8b9;
}
.pastel-blue {
color: #9ec3ff;
}
/* CSS Variables */
:root {
--first-date:#f7b2a1;
--buttery-croissant:#f5e19e;
--forsythia-blossom:#f9d66c;
--eerie-glow:#a6d8b9;
--pastel-blue:#9ec3ff;
}