Color names in this palette
CSS code for this palette
/* CSS */
.moth-orchid {
color: #d6006f;
}
.heliotrope-magenta {
color: #a400b3;
}
.cobalt-glaze {
color: #0071b3;
}
.blue-atoll {
color: #00b4e0;
}
.super-saiyan {
color: #ffdd00;
}
/* CSS Variables */
:root {
--moth-orchid:#d6006f;
--heliotrope-magenta:#a400b3;
--cobalt-glaze:#0071b3;
--blue-atoll:#00b4e0;
--super-saiyan:#ffdd00;
}