Color names in this palette
CSS code for this palette
/* CSS */
.moonlight-melody {
color: #b86bb5;
}
.wisteria {
color: #a77ebe;
}
.cold-purple {
color: #9f89c2;
}
.cottage-blue {
color: #7a9bc2;
}
.brig {
color: #4ca1c2;
}
/* CSS Variables */
:root {
--moonlight-melody:#b86bb5;
--wisteria:#a77ebe;
--cold-purple:#9f89c2;
--cottage-blue:#7a9bc2;
--brig:#4ca1c2;
}