Color names in this palette
CSS code for this palette
/* CSS */
.pyrite {
color: #f4c543;
}
.lime-lizard {
color: #9fd65c;
}
.hole-in-one {
color: #4baf8f;
}
.devil-blue {
color: #2b7897;
}
.3am-in-shibuya {
color: #1f507a;
}
/* CSS Variables */
:root {
--pyrite:#f4c543;
--lime-lizard:#9fd65c;
--hole-in-one:#4baf8f;
--devil-blue:#2b7897;
--3am-in-shibuya:#1f507a;
}