Color names in this palette
CSS code for this palette
/* CSS */
.salmon-orange {
color: #ff8e6b;
}
.desert-sunrise {
color: #ffb28f;
}
.sun-drenched {
color: #ffe7a3;
}
.n-rang-orange {
color: #ff8052;
}
.portland-orange {
color: #ff5938;
}
/* CSS Variables */
:root {
--salmon-orange:#ff8e6b;
--desert-sunrise:#ffb28f;
--sun-drenched:#ffe7a3;
--n-rang-orange:#ff8052;
--portland-orange:#ff5938;
}