Color names in this palette
CSS code for this palette
/* CSS */
.splash-of-honey {
color: #d7b78e;
}
.ginger-ale {
color: #c6a86c;
}
.graceful-gazelle {
color: #a88e4d;
}
.pierogi {
color: #f4d88a;
}
.prayer-flag {
color: #d19b6b;
}
/* CSS Variables */
:root {
--splash-of-honey:#d7b78e;
--ginger-ale:#c6a86c;
--graceful-gazelle:#a88e4d;
--pierogi:#f4d88a;
--prayer-flag:#d19b6b;
}