Color names in this palette
CSS code for this palette
/* CSS */
.beaded-blue {
color: #4b4c8b;
}
.hyacinth-mauve {
color: #6c6f9d;
}
.cool-grey {
color: #8c92b1;
}
.instigate {
color: #afa7c8;
}
.fresh-heather {
color: #d2c2e0;
}
/* CSS Variables */
:root {
--beaded-blue:#4b4c8b;
--hyacinth-mauve:#6c6f9d;
--cool-grey:#8c92b1;
--instigate:#afa7c8;
--fresh-heather:#d2c2e0;
}