Color names in this palette
CSS code for this palette
/* CSS */
.afternoon-stroll {
color: #d7c4a3;
}
.holly-glen {
color: #a4b7b2;
}
.edward {
color: #5b807f;
}
.iridescent {
color: #3a5952;
}
.stellar-explorer {
color: #001f1c;
}
/* CSS Variables */
:root {
--afternoon-stroll:#d7c4a3;
--holly-glen:#a4b7b2;
--edward:#5b807f;
--iridescent:#3a5952;
--stellar-explorer:#001f1c;
}