Color names in this palette
CSS code for this palette
/* CSS */
.topiary-sculpture {
color: #5d8b4b;
}
.limestoned {
color: #aacca4;
}
.chic-green {
color: #d7ebd6;
}
.welcoming-wasp {
color: #f0a800;
}
.autumn-robin {
color: #c64c2a;
}
/* CSS Variables */
:root {
--topiary-sculpture:#5d8b4b;
--limestoned:#aacca4;
--chic-green:#d7ebd6;
--welcoming-wasp:#f0a800;
--autumn-robin:#c64c2a;
}