Color names in this palette
CSS code for this palette
/* CSS */
.satin-deep-black {
color: #1b1f23;
}
.egyptian-violet {
color: #3f4b6e;
}
.moonshade {
color: #5c6e99;
}
.periwinkle-sky {
color: #88b8d7;
}
.rhubarb-gin {
color: #d6a4c0;
}
/* CSS Variables */
:root {
--satin-deep-black:#1b1f23;
--egyptian-violet:#3f4b6e;
--moonshade:#5c6e99;
--periwinkle-sky:#88b8d7;
--rhubarb-gin:#d6a4c0;
}