Color names in this palette
CSS code for this palette
/* CSS */
.moth-orchid {
color: #d6006f;
}
.haunted-purple {
color: #9a1d7f;
}
.swiss-plum {
color: #5b4fba;
}
.oregon-blue {
color: #498adf;
}
.capri {
color: #00bfff;
}
/* CSS Variables */
:root {
--moth-orchid:#d6006f;
--haunted-purple:#9a1d7f;
--swiss-plum:#5b4fba;
--oregon-blue:#498adf;
--capri:#00bfff;
}