Color names in this palette
CSS code for this palette
/* CSS */
.fainting-light {
color: #1e2b48;
}
.gem {
color: #4d5b89;
}
.lavender-lustre {
color: #8c9dc0;
}
.etcetera {
color: #e3c4d3;
}
.scalloped-oak {
color: #f3d0a0;
}
/* CSS Variables */
:root {
--fainting-light:#1e2b48;
--gem:#4d5b89;
--lavender-lustre:#8c9dc0;
--etcetera:#e3c4d3;
--scalloped-oak:#f3d0a0;
}