Color names in this palette
CSS code for this palette
/* CSS */
.steel-teal {
color: #5f8c89;
}
.key-largo {
color: #7eb4a4;
}
.refresh {
color: #a0d4c3;
}
.club-mate {
color: #f6e07e;
}
.squash-blossom {
color: #f7b83b;
}
/* CSS Variables */
:root {
--steel-teal:#5f8c89;
--key-largo:#7eb4a4;
--refresh:#a0d4c3;
--club-mate:#f6e07e;
--squash-blossom:#f7b83b;
}