Color names in this palette
CSS code for this palette
/* CSS */
.nervy-hue {
color: #d6ca5c;
}
.greasy-green-beans {
color: #a5b658;
}
.resplendent-growth {
color: #3b913d;
}
.quiet-storm {
color: #2c5b6d;
}
.subterranean-river {
color: #1f394d;
}
/* CSS Variables */
:root {
--nervy-hue:#d6ca5c;
--greasy-green-beans:#a5b658;
--resplendent-growth:#3b913d;
--quiet-storm:#2c5b6d;
--subterranean-river:#1f394d;
}