Color names in this palette
CSS code for this palette
/* CSS */
.n-rang-orange {
color: #ff8052;
}
.grapefruit-pulp {
color: #ff6e61;
}
.desert-dessert {
color: #ffb86b;
}
.snug-yellow {
color: #ffdb80;
}
.the-first-daffodil {
color: #ffee8f;
}
/* CSS Variables */
:root {
--n-rang-orange:#ff8052;
--grapefruit-pulp:#ff6e61;
--desert-dessert:#ffb86b;
--snug-yellow:#ffdb80;
--the-first-daffodil:#ffee8f;
}