Color names in this palette
CSS code for this palette
/* CSS */
.satin-deep-black {
color: #1a1e23;
}
.bastille {
color: #2e2a32;
}
.poppy-seed {
color: #4a4d54;
}
.paprika {
color: #7d2c39;
}
.painted-poppy {
color: #c84c3c;
}
/* CSS Variables */
:root {
--satin-deep-black:#1a1e23;
--bastille:#2e2a32;
--poppy-seed:#4a4d54;
--paprika:#7d2c39;
--painted-poppy:#c84c3c;
}