Color names in this palette
CSS code for this palette
/* CSS */
.bumblebee {
color: #ffc929;
}
.maniac-mansion {
color: #003a5c;
}
.rubber-radish {
color: #ff999c;
}
.vibrant {
color: #ffd54d;
}
.sasquatch-socks {
color: #ff4281;
}
/* CSS Variables */
:root {
--bumblebee:#ffc929;
--maniac-mansion:#003a5c;
--rubber-radish:#ff999c;
--vibrant:#ffd54d;
--sasquatch-socks:#ff4281;
}