Color names in this palette
CSS code for this palette
/* CSS */
.peppermint-fresh {
color: #69bf9b;
}
.esmeralda {
color: #40bf79;
}
.emerald-whispers {
color: #2b8874;
}
.goldfinch {
color: #f4e362;
}
.balinese-sunset {
color: #f1a179;
}
/* CSS Variables */
:root {
--peppermint-fresh:#69bf9b;
--esmeralda:#40bf79;
--emerald-whispers:#2b8874;
--goldfinch:#f4e362;
--balinese-sunset:#f1a179;
}