Color names in this palette
CSS code for this palette
/* CSS */
.n-rang-orange {
color: #ff8052;
}
.fresh-cantaloupe {
color: #ff9e66;
}
.savannah-sun {
color: #ffb78a;
}
.fresh-apricot {
color: #ffd6a3;
}
.mouse-nose {
color: #ffe4b3;
}
/* CSS Variables */
:root {
--n-rang-orange:#ff8052;
--fresh-cantaloupe:#ff9e66;
--savannah-sun:#ffb78a;
--fresh-apricot:#ffd6a3;
--mouse-nose:#ffe4b3;
}