Color names in this palette
CSS code for this palette
/* CSS */
.green-spruce {
color: #5b9f7f;
}
.limestoned {
color: #aacfa5;
}
.peppermint-patty {
color: #d0e7d5;
}
.york-bisque {
color: #f1d9c6;
}
.childhood-crush {
color: #e16f6b;
}
/* CSS Variables */
:root {
--green-spruce:#5b9f7f;
--limestoned:#aacfa5;
--peppermint-patty:#d0e7d5;
--york-bisque:#f1d9c6;
--childhood-crush:#e16f6b;
}