Color names in this palette
CSS code for this palette
/* CSS */
.temptatious-tangerine {
color: #ff7e2e;
}
.bittersweet {
color: #ffa052;
}
.isn-t-it-just-peachy {
color: #ffb375;
}
.fresh-apricot {
color: #ffd6a3;
}
.hazelwood {
color: #fff3d6;
}
/* CSS Variables */
:root {
--temptatious-tangerine:#ff7e2e;
--bittersweet:#ffa052;
--isn-t-it-just-peachy:#ffb375;
--fresh-apricot:#ffd6a3;
--hazelwood:#fff3d6;
}