Color names in this palette
CSS code for this palette
/* CSS */
.edgy-red {
color: #b93c3c;
}
.squash-blossom {
color: #f6b83c;
}
.lemon-verbena {
color: #f3e86d;
}
.sharbah-fizz {
color: #9de1d9;
}
.green-ribbon {
color: #2b883d;
}
/* CSS Variables */
:root {
--edgy-red:#b93c3c;
--squash-blossom:#f6b83c;
--lemon-verbena:#f3e86d;
--sharbah-fizz:#9de1d9;
--green-ribbon:#2b883d;
}