Color names in this palette
CSS code for this palette
/* CSS */
.temptatious-tangerine {
color: #ff7e2e;
}
.exotic-flower {
color: #ffa04d;
}
.peanut-butter-chicken {
color: #ffb65c;
}
.hint-of-honey {
color: #ffd86b;
}
.baja-white {
color: #fff8d1;
}
/* CSS Variables */
:root {
--temptatious-tangerine:#ff7e2e;
--exotic-flower:#ffa04d;
--peanut-butter-chicken:#ffb65c;
--hint-of-honey:#ffd86b;
--baja-white:#fff8d1;
}