Color names in this palette
CSS code for this palette
/* CSS */
.moth-orchid {
color: #d6006f;
}
.sasquatch-socks {
color: #ff4d85;
}
.vitamin-c {
color: #ff9900;
}
.hollandaise {
color: #ffec3d;
}
.devil-s-grass {
color: #4cae4f;
}
/* CSS Variables */
:root {
--moth-orchid:#d6006f;
--sasquatch-socks:#ff4d85;
--vitamin-c:#ff9900;
--hollandaise:#ffec3d;
--devil-s-grass:#4cae4f;
}