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