Color names in this palette
CSS code for this palette
/* CSS */
.harrow-s-gate {
color: #7a8d90;
}
.flint-smoke {
color: #a9b2b2;
}
.gotta-have-it {
color: #d0c2b3;
}
.streusel-cake {
color: #d8a85f;
}
.cedar-chest {
color: #c75b4d;
}
/* CSS Variables */
:root {
--harrow-s-gate:#7a8d90;
--flint-smoke:#a9b2b2;
--gotta-have-it:#d0c2b3;
--streusel-cake:#d8a85f;
--cedar-chest:#c75b4d;
}