Color names in this palette
CSS code for this palette
/* CSS */
.light-gregorio-garden {
color: #d6d3e4;
}
.opulent-violet {
color: #a19fc6;
}
.dusted-peri {
color: #6b6b9e;
}
.gem {
color: #4d5b89;
}
.rurikon-blue {
color: #192e4d;
}
/* CSS Variables */
:root {
--light-gregorio-garden:#d6d3e4;
--opulent-violet:#a19fc6;
--dusted-peri:#6b6b9e;
--gem:#4d5b89;
--rurikon-blue:#192e4d;
}