Color names in this palette
CSS code for this palette
/* CSS */
.moth-orchid {
color: #d6006f;
}
.heliotrope-magenta {
color: #a400b3;
}
.cobalt-glaze {
color: #0071b3;
}
.pleasant-stream {
color: #009ba3;
}
.bubble-bobble-green {
color: #00b300;
}
/* CSS Variables */
:root {
--moth-orchid:#d6006f;
--heliotrope-magenta:#a400b3;
--cobalt-glaze:#0071b3;
--pleasant-stream:#009ba3;
--bubble-bobble-green:#00b300;
}