Color names in this palette
CSS code for this palette
/* CSS */
.just-peachy {
color: #f8c572;
}
.storm-lightning {
color: #f9e79f;
}
.smooth-satin {
color: #a3d4d7;
}
.blue-mirage {
color: #5d6d7e;
}
.mandarin-red {
color: #e74d3c;
}
/* CSS Variables */
:root {
--just-peachy:#f8c572;
--storm-lightning:#f9e79f;
--smooth-satin:#a3d4d7;
--blue-mirage:#5d6d7e;
--mandarin-red:#e74d3c;
}