Color names in this palette
CSS code for this palette
/* CSS */
.magic-night {
color: #3a3c59;
}
.twilight-dusk {
color: #5c5f7a;
}
.lavender-lustre {
color: #8d9abf;
}
.modesty {
color: #d1c5d8;
}
.cor-de-pele {
color: #f4c3c3;
}
/* CSS Variables */
:root {
--magic-night:#3a3c59;
--twilight-dusk:#5c5f7a;
--lavender-lustre:#8d9abf;
--modesty:#d1c5d8;
--cor-de-pele:#f4c3c3;
}