Color names in this palette
CSS code for this palette
/* CSS */
.n-rang-orange {
color: #ff8052;
}
.nacho {
color: #ffcb5c;
}
.hidden-sea-glass {
color: #6ed4cf;
}
.green-ribbon {
color: #2b883d;
}
.nautical {
color: #2d4a7b;
}
/* CSS Variables */
:root {
--n-rang-orange:#ff8052;
--nacho:#ffcb5c;
--hidden-sea-glass:#6ed4cf;
--green-ribbon:#2b883d;
--nautical:#2d4a7b;
}