Color names in this palette
CSS code for this palette
/* CSS */
.faint-green {
color: #a18e30;
}
.blossom-yellow {
color: #e0c57b;
}
.invigorating {
color: #f1e9b1;
}
.first-date {
color: #f6b4a2;
}
.fireglow {
color: #d55a3f;
}
/* CSS Variables */
:root {
--faint-green:#a18e30;
--blossom-yellow:#e0c57b;
--invigorating:#f1e9b1;
--first-date:#f6b4a2;
--fireglow:#d55a3f;
}