Color names in this palette
CSS code for this palette
/* CSS */
.indigo-hamlet {
color: #1d408b;
}
.dirty-blue {
color: #407f9c;
}
.green-crush {
color: #65b3a0;
}
.lime-lizard {
color: #a7d55d;
}
.golden-snitch {
color: #f0e04c;
}
/* CSS Variables */
:root {
--indigo-hamlet:#1d408b;
--dirty-blue:#407f9c;
--green-crush:#65b3a0;
--lime-lizard:#a7d55d;
--golden-snitch:#f0e04c;
}