Color names in this palette
CSS code for this palette
/* CSS */
.temptatious-tangerine {
color: #ff7e2e;
}
.tangerine-tango {
color: #ff9d4d;
}
.yellow-warbler {
color: #ffba70;
}
.apricot-light {
color: #ffcf94;
}
.mouse-nose {
color: #ffe4b3;
}
/* CSS Variables */
:root {
--temptatious-tangerine:#ff7e2e;
--tangerine-tango:#ff9d4d;
--yellow-warbler:#ffba70;
--apricot-light:#ffcf94;
--mouse-nose:#ffe4b3;
}