Color names in this palette
CSS code for this palette
/* CSS */
.temptatious-tangerine {
color: #ff7e2e;
}
.bittersweet {
color: #ffa052;
}
.cheese-puff {
color: #ffb570;
}
.cornmeal {
color: #ffd48f;
}
.lemon-bundt-cake {
color: #fff49e;
}
/* CSS Variables */
:root {
--temptatious-tangerine:#ff7e2e;
--bittersweet:#ffa052;
--cheese-puff:#ffb570;
--cornmeal:#ffd48f;
--lemon-bundt-cake:#fff49e;
}