Color names in this palette
CSS code for this palette
/* CSS */
.maldives {
color: #00bdd6;
}
.sasquatch-socks {
color: #ff4281;
}
.nebula-outpost {
color: #8c24a8;
}
.cyber-yellow {
color: #ffd500;
}
.mandarin-sorbet {
color: #ffad42;
}
/* CSS Variables */
:root {
--maldives:#00bdd6;
--sasquatch-socks:#ff4281;
--nebula-outpost:#8c24a8;
--cyber-yellow:#ffd500;
--mandarin-sorbet:#ffad42;
}