Color names in this palette
CSS code for this palette
/* CSS */
.temptatious-tangerine {
color: #ff7e2e;
}
.tangerine-bliss {
color: #d95d30;
}
.red-terra {
color: #ab4d30;
}
.chestnut-peel {
color: #6a3d2f;
}
.caviar {
color: #2c2d30;
}
/* CSS Variables */
:root {
--temptatious-tangerine:#ff7e2e;
--tangerine-bliss:#d95d30;
--red-terra:#ab4d30;
--chestnut-peel:#6a3d2f;
--caviar:#2c2d30;
}