Color names in this palette
CSS code for this palette
/* CSS */
.silver-tree {
color: #69bf90;
}
.hole-in-one {
color: #4cae92;
}
.seachange {
color: #3e8b93;
}
.wizard-s-potion {
color: #5f5f9b;
}
.brassy-tint {
color: #d8a93b;
}
/* CSS Variables */
:root {
--silver-tree:#69bf90;
--hole-in-one:#4cae92;
--seachange:#3e8b93;
--wizard-s-potion:#5f5f9b;
--brassy-tint:#d8a93b;
}