Color names in this palette
CSS code for this palette
/* CSS */
.lime-lizard {
color: #a5d65c;
}
.mr-krabs {
color: #d53e2a;
}
.lightning-yellow {
color: #f3a230;
}
.red-bud {
color: #a52c54;
}
.sandwashed-glassshard {
color: #dfe7e4;
}
/* CSS Variables */
:root {
--lime-lizard:#a5d65c;
--mr-krabs:#d53e2a;
--lightning-yellow:#f3a230;
--red-bud:#a52c54;
--sandwashed-glassshard:#dfe7e4;
}