Color names in this palette
CSS code for this palette
/* CSS */
.autumn-robin {
color: #c34b2c;
}
.mustard-yellow {
color: #e6b000;
}
.jemima {
color: #f1d67e;
}
.antique-moss {
color: #79993d;
}
.olympic-blue {
color: #4b91e2;
}
/* CSS Variables */
:root {
--autumn-robin:#c34b2c;
--mustard-yellow:#e6b000;
--jemima:#f1d67e;
--antique-moss:#79993d;
--olympic-blue:#4b91e2;
}