Color names in this palette
CSS code for this palette
/* CSS */
.temptatious-tangerine {
color: #ff7e2e;
}
.exotic-blossom {
color: #ff9e42;
}
.golden-rain-yellow {
color: #ffb657;
}
.grandis {
color: #ffcd70;
}
.sun-drenched {
color: #ffeaa3;
}
/* CSS Variables */
:root {
--temptatious-tangerine:#ff7e2e;
--exotic-blossom:#ff9e42;
--golden-rain-yellow:#ffb657;
--grandis:#ffcd70;
--sun-drenched:#ffeaa3;
}