Color names in this palette
CSS code for this palette
/* CSS */
.eerie-black {
color: #1a1a1a;
}
.autumn-malt {
color: #d1a38f;
}
.white {
color: #ffffff;
}
.porcelain-rose {
color: #e66b6b;
}
.socialist {
color: #8d1c1c;
}
/* CSS Variables */
:root {
--eerie-black:#1a1a1a;
--autumn-malt:#d1a38f;
--white:#ffffff;
--porcelain-rose:#e66b6b;
--socialist:#8d1c1c;
}