Color names in this palette
CSS code for this palette
/* CSS */
.deep-plum {
color: #492c59;
}
.grapes-of-italy {
color: #6a4a8c;
}
.viola {
color: #9a69bf;
}
.silver-rust {
color: #caa1e3;
}
.scalloped-oak {
color: #f2d0a1;
}
/* CSS Variables */
:root {
--deep-plum:#492c59;
--grapes-of-italy:#6a4a8c;
--viola:#9a69bf;
--silver-rust:#caa1e3;
--scalloped-oak:#f2d0a1;
}