Color names in this palette
CSS code for this palette
/* CSS */
.amphystine {
color: #3e3e5b;
}
.taylor {
color: #5b5b7b;
}
.waterloo {
color: #7a7a94;
}
.ruffled-iris {
color: #a0a0c0;
}
.artistic-violet {
color: #d1d1e6;
}
/* CSS Variables */
:root {
--amphystine:#3e3e5b;
--taylor:#5b5b7b;
--waterloo:#7a7a94;
--ruffled-iris:#a0a0c0;
--artistic-violet:#d1d1e6;
}