Color names in this palette
CSS code for this palette
/* CSS */
.full-moon {
color: #f3f4e1;
}
.afternoon-stroll {
color: #d7c4a3;
}
.mandarin-red {
color: #ed503b;
}
.chilled-chilly {
color: #f1423b;
}
.fervent-green {
color: #4b9c49;
}
/* CSS Variables */
:root {
--full-moon:#f3f4e1;
--afternoon-stroll:#d7c4a3;
--mandarin-red:#ed503b;
--chilled-chilly:#f1423b;
--fervent-green:#4b9c49;
}