Color names in this palette
CSS code for this palette
/* CSS */
.noble-black {
color: #201b27;
}
.aubergine-mauve {
color: #3c2c3f;
}
.grapes-of-italy {
color: #6b4b8b;
}
.pink-hibiscus {
color: #b76c89;
}
.american-yellow {
color: #f0b400;
}
/* CSS Variables */
:root {
--noble-black:#201b27;
--aubergine-mauve:#3c2c3f;
--grapes-of-italy:#6b4b8b;
--pink-hibiscus:#b76c89;
--american-yellow:#f0b400;
}