Color names in this palette
CSS code for this palette
/* CSS */
.pastel-lavender {
color: #d8a2c8;
}
.je-t-aime {
color: #b76c99;
}
.magenta-violet {
color: #6e4e88;
}
.her-highness {
color: #3c2b6e;
}
.tetsu-kon-blue {
color: #19194d;
}
/* CSS Variables */
:root {
--pastel-lavender:#d8a2c8;
--je-t-aime:#b76c99;
--magenta-violet:#6e4e88;
--her-highness:#3c2b6e;
--tetsu-kon-blue:#19194d;
}