Color names in this palette
CSS code for this palette
/* CSS */
.lime-lizard {
color: #a3d55d;
}
.bermudagrass {
color: #69bf6d;
}
.perky {
color: #3c8b7d;
}
.sapphire-lace {
color: #1d5d8c;
}
.blue-highlight {
color: #2e498e;
}
/* CSS Variables */
:root {
--lime-lizard:#a3d55d;
--bermudagrass:#69bf6d;
--perky:#3c8b7d;
--sapphire-lace:#1d5d8c;
--blue-highlight:#2e498e;
}