Color names in this palette
CSS code for this palette
/* CSS */
.juneberry {
color: #79549c;
}
.iris-orchid {
color: #a56aa9;
}
.somewhere-in-a-fairytale {
color: #cf9ada;
}
.soft-cashmere {
color: #f2b5d6;
}
.pink-frosting {
color: #f6d5e3;
}
/* CSS Variables */
:root {
--juneberry:#79549c;
--iris-orchid:#a56aa9;
--somewhere-in-a-fairytale:#cf9ada;
--soft-cashmere:#f2b5d6;
--pink-frosting:#f6d5e3;
}