Color names in this palette
CSS code for this palette
/* CSS */
.n-rang-orange {
color: #ff8052;
}
.fresh-cantaloupe {
color: #ff9e66;
}
.coral-dusk {
color: #ffb58a;
}
.affinity {
color: #ffd3a3;
}
.mouse-nose {
color: #ffe4b3;
}
/* CSS Variables */
:root {
--n-rang-orange:#ff8052;
--fresh-cantaloupe:#ff9e66;
--coral-dusk:#ffb58a;
--affinity:#ffd3a3;
--mouse-nose:#ffe4b3;
}