Color names in this palette
CSS code for this palette
/* CSS */
.black {
color: #000000;
}
.scampi {
color: #6c5ea1;
}
.iridescent-purple {
color: #9d80d6;
}
.christalle {
color: #3b2762;
}
.durango-dust {
color: #f9e29f;
}
/* CSS Variables */
:root {
--black:#000000;
--scampi:#6c5ea1;
--iridescent-purple:#9d80d6;
--christalle:#3b2762;
--durango-dust:#f9e29f;
}