Color names in this palette
CSS code for this palette
/* CSS */
.n-rang-orange {
color: #ff8052;
}
.fresh-cantaloupe {
color: #ff9a6b;
}
.sunkissed-coral {
color: #ffa96b;
}
.desert-dessert {
color: #ffb86b;
}
.bonfire-night {
color: #d9683f;
}
/* CSS Variables */
:root {
--n-rang-orange:#ff8052;
--fresh-cantaloupe:#ff9a6b;
--sunkissed-coral:#ffa96b;
--desert-dessert:#ffb86b;
--bonfire-night:#d9683f;
}