Color names in this palette
CSS code for this palette
/* CSS */
.h-i-s-black {
color: #12212b;
}
.snap-shot {
color: #2b3d50;
}
.azalea-leaf {
color: #4b6572;
}
.lime-lizard {
color: #a3d55d;
}
.sunshine-mellow {
color: #f1c40e;
}
/* CSS Variables */
:root {
--h-i-s-black:#12212b;
--snap-shot:#2b3d50;
--azalea-leaf:#4b6572;
--lime-lizard:#a3d55d;
--sunshine-mellow:#f1c40e;
}