Color names in this palette
CSS code for this palette
/* CSS */
.eerie-black {
color: #1a1a1a;
}
.thunder {
color: #4d4d4d;
}
.aged-moustache-grey {
color: #7d7d7d;
}
.delicate-brown {
color: #a78b8b;
}
.rosewood-apricot {
color: #d69e9e;
}
/* CSS Variables */
:root {
--eerie-black:#1a1a1a;
--thunder:#4d4d4d;
--aged-moustache-grey:#7d7d7d;
--delicate-brown:#a78b8b;
--rosewood-apricot:#d69e9e;
}