Color names in this palette
CSS code for this palette
/* CSS */
.blue-angels-yellow {
color: #fab700;
}
.lemon-verbena {
color: #f3e86d;
}
.nihilakh-oxide {
color: #9fd6b7;
}
.edward {
color: #5b807f;
}
.ship-grey {
color: #3d3b44;
}
/* CSS Variables */
:root {
--blue-angels-yellow:#fab700;
--lemon-verbena:#f3e86d;
--nihilakh-oxide:#9fd6b7;
--edward:#5b807f;
--ship-grey:#3d3b44;
}