Color names in this palette
CSS code for this palette
/* CSS */
.madder-red {
color: #b42d2d;
}
.cg-red {
color: #e03a2e;
}
.basketball {
color: #f26b31;
}
.apricot-glazed-chicken {
color: #f5a524;
}
.kournikova {
color: #f9d253;
}
/* CSS Variables */
:root {
--madder-red:#b42d2d;
--cg-red:#e03a2e;
--basketball:#f26b31;
--apricot-glazed-chicken:#f5a524;
--kournikova:#f9d253;
}