Color names in this palette
CSS code for this palette
/* CSS */
.temptatious-tangerine {
color: #ff7e2e;
}
.floral-leaf {
color: #ffb84d;
}
.the-first-daffodil {
color: #fff68f;
}
.feijoa {
color: #a6d586;
}
.fiji-palm {
color: #4c8b3c;
}
/* CSS Variables */
:root {
--temptatious-tangerine:#ff7e2e;
--floral-leaf:#ffb84d;
--the-first-daffodil:#fff68f;
--feijoa:#a6d586;
--fiji-palm:#4c8b3c;
}