Color names in this palette
CSS code for this palette
/* CSS */
.split-rail {
color: #8d6d4e;
}
.dapper-dingo {
color: #e0c09a;
}
.thrush-egg {
color: #a4b7a7;
}
.blue-spell {
color: #3e5d70;
}
.mineral-brown {
color: #4d3d33;
}
/* CSS Variables */
:root {
--split-rail:#8d6d4e;
--dapper-dingo:#e0c09a;
--thrush-egg:#a4b7a7;
--blue-spell:#3e5d70;
--mineral-brown:#4d3d33;
}