Color names in this palette
CSS code for this palette
/* CSS */
.eerie-black {
color: #1a1a1a;
}
.black-leather-jacket {
color: #293d29;
}
.ballet-rose {
color: #d0afaf;
}
.odyssey-plum {
color: #e3c4c4;
}
.pepperberry {
color: #c69a9a;
}
/* CSS Variables */
:root {
--eerie-black:#1a1a1a;
--black-leather-jacket:#293d29;
--ballet-rose:#d0afaf;
--odyssey-plum:#e3c4c4;
--pepperberry:#c69a9a;
}