Color names in this palette
CSS code for this palette
/* CSS */
.patrice {
color: #8cd4a1;
}
.spearmint-burst {
color: #5abf8c;
}
.pinehurst {
color: #2a795d;
}
.subterranean-river {
color: #1f394d;
}
.optimistic-yellow {
color: #f7e0a6;
}
/* CSS Variables */
:root {
--patrice:#8cd4a1;
--spearmint-burst:#5abf8c;
--pinehurst:#2a795d;
--subterranean-river:#1f394d;
--optimistic-yellow:#f7e0a6;
}