Color names in this palette
CSS code for this palette
/* CSS */
.strong-iris {
color: #5a5e7c;
}
.black-diamond-apple {
color: #8c7c9c;
}
.blue-pink {
color: #b5a2c3;
}
.fulgrim-pink {
color: #f7b0d0;
}
.pompelmo {
color: #ff6b6b;
}
/* CSS Variables */
:root {
--strong-iris:#5a5e7c;
--black-diamond-apple:#8c7c9c;
--blue-pink:#b5a2c3;
--fulgrim-pink:#f7b0d0;
--pompelmo:#ff6b6b;
}