Color names in this palette
CSS code for this palette
/* CSS */
.fly-the-green {
color: #1d8b4d;
}
.esmeralda {
color: #4abf7b;
}
.eerie-glow {
color: #a7d7b8;
}
.milk-quartz {
color: #f4e0ae;
}
.soft-salmon {
color: #e8a9a1;
}
/* CSS Variables */
:root {
--fly-the-green:#1d8b4d;
--esmeralda:#4abf7b;
--eerie-glow:#a7d7b8;
--milk-quartz:#f4e0ae;
--soft-salmon:#e8a9a1;
}