Color names in this palette
CSS code for this palette
/* CSS */
.gorgeous-green {
color: #2a7e3c;
}
.samphire-green {
color: #4abf5a;
}
.jube-green {
color: #80d189;
}
.majestic-treasures {
color: #f2e7a1;
}
.opal-flame {
color: #e45d4e;
}
/* CSS Variables */
:root {
--gorgeous-green:#2a7e3c;
--samphire-green:#4abf5a;
--jube-green:#80d189;
--majestic-treasures:#f2e7a1;
--opal-flame:#e45d4e;
}