Color names in this palette
CSS code for this palette
/* CSS */
.umbra {
color: #1f1f1f;
}
.american-yellow {
color: #f5b400;
}
.dangerously-red {
color: #db4639;
}
.liberty-green {
color: #0f9f59;
}
.seljuk-blue {
color: #4387f4;
}
/* CSS Variables */
:root {
--umbra:#1f1f1f;
--american-yellow:#f5b400;
--dangerously-red:#db4639;
--liberty-green:#0f9f59;
--seljuk-blue:#4387f4;
}