Color names in this palette
CSS code for this palette
/* CSS */
.palmetto {
color: #6c9d99;
}
.twin-cities {
color: #a1c6c9;
}
.martica {
color: #f4e5b8;
}
.squash-blossom {
color: #f6b83c;
}
.red-arremer {
color: #e45349;
}
/* CSS Variables */
:root {
--palmetto:#6c9d99;
--twin-cities:#a1c6c9;
--martica:#f4e5b8;
--squash-blossom:#f6b83c;
--red-arremer:#e45349;
}