Color names in this palette
CSS code for this palette
/* CSS */
.jojoba {
color: #dabf7c;
}
.sugar-pie {
color: #c5a77c;
}
.spelt-grain-brown {
color: #a58d69;
}
.capulet-olive {
color: #6d6b4a;
}
.cafe-expreso {
color: #5e4b4a;
}
/* CSS Variables */
:root {
--jojoba:#dabf7c;
--sugar-pie:#c5a77c;
--spelt-grain-brown:#a58d69;
--capulet-olive:#6d6b4a;
--cafe-expreso:#5e4b4a;
}