Color names in this palette
CSS code for this palette
/* CSS */
.exquisite-turquoise {
color: #1ec8ba;
}
.westfall-yellow {
color: #f9d64e;
}
.opulent-orange {
color: #f25f45;
}
.xoxo {
color: #f17e92;
}
.pa-red {
color: #5e3b3b;
}
/* CSS Variables */
:root {
--exquisite-turquoise:#1ec8ba;
--westfall-yellow:#f9d64e;
--opulent-orange:#f25f45;
--xoxo:#f17e92;
--pa-red:#5e3b3b;
}