Color names in this palette
CSS code for this palette
/* CSS */
.black-howl {
color: #201b2d;
}
.aubergine-mauve {
color: #3c2c3f;
}
.imperial-palace {
color: #604d7a;
}
.flowering-raspberry {
color: #a06a98;
}
.indian-sunset {
color: #d88b7d;
}
/* CSS Variables */
:root {
--black-howl:#201b2d;
--aubergine-mauve:#3c2c3f;
--imperial-palace:#604d7a;
--flowering-raspberry:#a06a98;
--indian-sunset:#d88b7d;
}