Color names in this palette
CSS code for this palette
/* CSS */
.temptatious-tangerine {
color: #ff7e2e;
}
.indian-saffron {
color: #ff9c33;
}
.splendor-gold {
color: #ffb24d;
}
.faded-sunlight {
color: #ffd06b;
}
.sun-drenched {
color: #ffe8a3;
}
/* CSS Variables */
:root {
--temptatious-tangerine:#ff7e2e;
--indian-saffron:#ff9c33;
--splendor-gold:#ffb24d;
--faded-sunlight:#ffd06b;
--sun-drenched:#ffe8a3;
}