Color names in this palette
CSS code for this palette
/* CSS */
.coarse-wool {
color: #1c1e26;
}
.snap-shot {
color: #2b3d50;
}
.azalea-leaf {
color: #4b6572;
}
.maui-mist {
color: #edf1f2;
}
.mandarin-red {
color: #e74d3c;
}
/* CSS Variables */
:root {
--coarse-wool:#1c1e26;
--snap-shot:#2b3d50;
--azalea-leaf:#4b6572;
--maui-mist:#edf1f2;
--mandarin-red:#e74d3c;
}