Color names in this palette
CSS code for this palette
/* CSS */
.artful-red {
color: #b30000;
}
.english-breakfast {
color: #490e0e;
}
.marrakesh-red {
color: #7a3e3e;
}
.holly-glen {
color: #a2b4b4;
}
.aria {
color: #e3e3e3;
}
/* CSS Variables */
:root {
--artful-red:#b30000;
--english-breakfast:#490e0e;
--marrakesh-red:#7a3e3e;
--holly-glen:#a2b4b4;
--aria:#e3e3e3;
}