Color names in this palette
CSS code for this palette
/* CSS */
.gobi-sand {
color: #d5a86d;
}
.clay {
color: #b76a4e;
}
.artful-magenta {
color: #804d5d;
}
.tillandsia-purple {
color: #5f3d7b;
}
.dive-in {
color: #3b4e87;
}
/* CSS Variables */
:root {
--gobi-sand:#d5a86d;
--clay:#b76a4e;
--artful-magenta:#804d5d;
--tillandsia-purple:#5f3d7b;
--dive-in:#3b4e87;
}