Color names in this palette
CSS code for this palette
/* CSS */
.pismo-dunes {
color: #f6d7a2;
}
.cheater {
color: #f2b05a;
}
.goku-orange {
color: #f07e3d;
}
.tangerine-bliss {
color: #d6612e;
}
.chocolate-chili {
color: #a9442d;
}
/* CSS Variables */
:root {
--pismo-dunes:#f6d7a2;
--cheater:#f2b05a;
--goku-orange:#f07e3d;
--tangerine-bliss:#d6612e;
--chocolate-chili:#a9442d;
}