Color names in this palette
CSS code for this palette
/* CSS */
.breaker-bay {
color: #4d807a;
}
.grey-teal {
color: #5f9b89;
}
.peppermint-bar {
color: #80bca7;
}
.green-wave {
color: #c4d9d4;
}
.tory-red {
color: #d86d5a;
}
/* CSS Variables */
:root {
--breaker-bay:#4d807a;
--grey-teal:#5f9b89;
--peppermint-bar:#80bca7;
--green-wave:#c4d9d4;
--tory-red:#d86d5a;
}