Color names in this palette
CSS code for this palette
/* CSS */
.orange-clay {
color: #e3a47d;
}
.shrimp-toast {
color: #f7c3a1;
}
.venetian-yellow {
color: #f4e39f;
}
.southern-belle {
color: #a7d7bf;
}
.blue-intrigue {
color: #807d9b;
}
/* CSS Variables */
:root {
--orange-clay:#e3a47d;
--shrimp-toast:#f7c3a1;
--venetian-yellow:#f4e39f;
--southern-belle:#a7d7bf;
--blue-intrigue:#807d9b;
}