Color names in this palette
CSS code for this palette
/* CSS */
.n-rang-orange {
color: #ff8052;
}
.clarified-orange {
color: #ffa05c;
}
.soviet-gold {
color: #ffd900;
}
.oxalis {
color: #c3e88d;
}
.deep-aquamarine {
color: #7fe1e1;
}
/* CSS Variables */
:root {
--n-rang-orange:#ff8052;
--clarified-orange:#ffa05c;
--soviet-gold:#ffd900;
--oxalis:#c3e88d;
--deep-aquamarine:#7fe1e1;
}