Color names in this palette
CSS code for this palette
/* CSS */
.sasquatch-socks {
color: #ff4d7f;
}
.n-rang-orange {
color: #ff8052;
}
.usc-gold {
color: #ffcc00;
}
.soviet-gold {
color: #ffd900;
}
.the-first-daffodil {
color: #fff68f;
}
/* CSS Variables */
:root {
--sasquatch-socks:#ff4d7f;
--n-rang-orange:#ff8052;
--usc-gold:#ffcc00;
--soviet-gold:#ffd900;
--the-first-daffodil:#fff68f;
}