Color names in this palette
CSS code for this palette
/* CSS */
.first-date {
color: #f7b1a1;
}
.coral-silk {
color: #f3a67c;
}
.maximum-yellow-red {
color: #f1b74b;
}
.moon-yellow {
color: #f1c31e;
}
.maximum-green-yellow {
color: #d9e84f;
}
/* CSS Variables */
:root {
--first-date:#f7b1a1;
--coral-silk:#f3a67c;
--maximum-yellow-red:#f1b74b;
--moon-yellow:#f1c31e;
--maximum-green-yellow:#d9e84f;
}