Color names in this palette
CSS code for this palette
/* CSS */
.temptatious-tangerine {
color: #ff7e2e;
}
.exotic-blossom {
color: #ff9e42;
}
.alajuela-toad {
color: #ffae52;
}
.faded-sunlight {
color: #ffd06b;
}
.the-first-daffodil {
color: #ffec8f;
}
/* CSS Variables */
:root {
--temptatious-tangerine:#ff7e2e;
--exotic-blossom:#ff9e42;
--alajuela-toad:#ffae52;
--faded-sunlight:#ffd06b;
--the-first-daffodil:#ffec8f;
}