Color names in this palette
CSS code for this palette
/* CSS */
.summertown {
color: #90bb9b;
}
.eerie-glow {
color: #a6d8b9;
}
.aquarelle-green {
color: #e1f4e4;
}
.afternoon-stroll {
color: #d9c4a1;
}
.cocoa-nutmeg {
color: #a67c6e;
}
/* CSS Variables */
:root {
--summertown:#90bb9b;
--eerie-glow:#a6d8b9;
--aquarelle-green:#e1f4e4;
--afternoon-stroll:#d9c4a1;
--cocoa-nutmeg:#a67c6e;
}