Color names in this palette
CSS code for this palette
/* CSS */
.satin-deep-black {
color: #1c1e21;
}
.crown-blue {
color: #4a4e68;
}
.greige-violet {
color: #9a8d98;
}
.mystic-tulip {
color: #f7b5a1;
}
.butter-cookie {
color: #f0e3b2;
}
/* CSS Variables */
:root {
--satin-deep-black:#1c1e21;
--crown-blue:#4a4e68;
--greige-violet:#9a8d98;
--mystic-tulip:#f7b5a1;
--butter-cookie:#f0e3b2;
}