Color names in this palette
CSS code for this palette
/* CSS */
.n-rang-orange {
color: #ff8052;
}
.fresh-cantaloupe {
color: #ff9e66;
}
.reddish-banana {
color: #ffbd8a;
}
.feather-plume {
color: #ffdbb3;
}
.creamy-cloud-dreams {
color: #fff5e0;
}
/* CSS Variables */
:root {
--n-rang-orange:#ff8052;
--fresh-cantaloupe:#ff9e66;
--reddish-banana:#ffbd8a;
--feather-plume:#ffdbb3;
--creamy-cloud-dreams:#fff5e0;
}