Color names in this palette
CSS code for this palette
/* CSS */
.york-plum {
color: #d4c0e7;
}
.revered {
color: #a88fb3;
}
.jubilee {
color: #7b5e9c;
}
.imperial-palace {
color: #604d7a;
}
.american-blue {
color: #3e3b6d;
}
/* CSS Variables */
:root {
--york-plum:#d4c0e7;
--revered:#a88fb3;
--jubilee:#7b5e9c;
--imperial-palace:#604d7a;
--american-blue:#3e3b6d;
}