Color names in this palette
CSS code for this palette
/* CSS */
.temptatious-tangerine {
color: #ff7e2e;
}
.au-gratin {
color: #ff9d47;
}
.burning-flame {
color: #ffb361;
}
.faded-sunlight {
color: #ffd06b;
}
.peach-cr-me-br-l-e {
color: #ffe29e;
}
/* CSS Variables */
:root {
--temptatious-tangerine:#ff7e2e;
--au-gratin:#ff9d47;
--burning-flame:#ffb361;
--faded-sunlight:#ffd06b;
--peach-cr-me-br-l-e:#ffe29e;
}