Color names in this palette
CSS code for this palette
/* CSS */
.twilight {
color: #4f4c90;
}
.relic {
color: #8a7b9d;
}
.confectionary {
color: #d3b4d5;
}
.citrus-sachet {
color: #f1c6a7;
}
.mystic-tulip {
color: #f7b8a1;
}
/* CSS Variables */
:root {
--twilight:#4f4c90;
--relic:#8a7b9d;
--confectionary:#d3b4d5;
--citrus-sachet:#f1c6a7;
--mystic-tulip:#f7b8a1;
}