Color names in this palette
CSS code for this palette
/* CSS */
.sapphire-lace {
color: #1e5d8a;
}
.saltwater-depth {
color: #4f8c6c;
}
.poisonous-potion {
color: #a0dc38;
}
.highlighter-yellow {
color: #f7e240;
}
.halt-and-catch-fire {
color: #ff6933;
}
/* CSS Variables */
:root {
--sapphire-lace:#1e5d8a;
--saltwater-depth:#4f8c6c;
--poisonous-potion:#a0dc38;
--highlighter-yellow:#f7e240;
--halt-and-catch-fire:#ff6933;
}