Color names in this palette
CSS code for this palette
/* CSS */
.golden-mary {
color: #f6bb3c;
}
.peril-s-flames {
color: #f08b38;
}
.sohi-red {
color: #e75b3c;
}
.peppermint-swirl {
color: #d45e7b;
}
.parfait-d-amour {
color: #6b4c94;
}
/* CSS Variables */
:root {
--golden-mary:#f6bb3c;
--peril-s-flames:#f08b38;
--sohi-red:#e75b3c;
--peppermint-swirl:#d45e7b;
--parfait-d-amour:#6b4c94;
}