Color names in this palette
CSS code for this palette
/* CSS */
.eerie-black {
color: #1c1c1c;
}
.black-leather-jacket {
color: #293d29;
}
.just-gorgeous {
color: #d6c2c2;
}
.almond-blossom-pink {
color: #e1d1d1;
}
.dressy-rose {
color: #b89d9d;
}
/* CSS Variables */
:root {
--eerie-black:#1c1c1c;
--black-leather-jacket:#293d29;
--just-gorgeous:#d6c2c2;
--almond-blossom-pink:#e1d1d1;
--dressy-rose:#b89d9d;
}