Color names in this palette
CSS code for this palette
/* CSS */
.satin-deep-black {
color: #1b1f23;
}
.dark-sea {
color: #4e555f;
}
.relaxing-blue {
color: #8a9ba8;
}
.mother-of-pearl-pink {
color: #d2c6c8;
}
.sand-island {
color: #f6d0c1;
}
/* CSS Variables */
:root {
--satin-deep-black:#1b1f23;
--dark-sea:#4e555f;
--relaxing-blue:#8a9ba8;
--mother-of-pearl-pink:#d2c6c8;
--sand-island:#f6d0c1;
}