Color names in this palette
CSS code for this palette
/* CSS */
.dangerously-red {
color: #d74437;
}
.entan-red {
color: #e86b4f;
}
.monarch-orange {
color: #f39c6d;
}
.sunday-afternoon {
color: #f5c87a;
}
.curd {
color: #f9e1b9;
}
/* CSS Variables */
:root {
--dangerously-red:#d74437;
--entan-red:#e86b4f;
--monarch-orange:#f39c6d;
--sunday-afternoon:#f5c87a;
--curd:#f9e1b9;
}