Color names in this palette
CSS code for this palette
/* CSS */
.strong-iris {
color: #5d5f7e;
}
.blue-intrigue {
color: #7b7f9d;
}
.wisteria-light-soft-blue {
color: #a6a9c9;
}
.powdered-granite {
color: #c2c6e5;
}
.m-white {
color: #f5f7ff;
}
/* CSS Variables */
:root {
--strong-iris:#5d5f7e;
--blue-intrigue:#7b7f9d;
--wisteria-light-soft-blue:#a6a9c9;
--powdered-granite:#c2c6e5;
--m-white:#f5f7ff;
}