Color names in this palette
CSS code for this palette
/* CSS */
.pure-red {
color: #d62b1f;
}
.bleached-silk {
color: #f2f2f2;
}
.smalt {
color: #00329e;
}
.stanger-red {
color: #a30000;
}
.pink-spinel {
color: #e8c9c9;
}
/* CSS Variables */
:root {
--pure-red:#d62b1f;
--bleached-silk:#f2f2f2;
--smalt:#00329e;
--stanger-red:#a30000;
--pink-spinel:#e8c9c9;
}