Color names in this palette
CSS code for this palette
/* CSS */
.wilted-brown {
color: #a94f3d;
}
.honey-glow {
color: #e8b64a;
}
.dandelion-yellow {
color: #f6da3c;
}
.lime-lizard {
color: #a3d65c;
}
.shimmering-brook {
color: #62b1d5;
}
/* CSS Variables */
:root {
--wilted-brown:#a94f3d;
--honey-glow:#e8b64a;
--dandelion-yellow:#f6da3c;
--lime-lizard:#a3d65c;
--shimmering-brook:#62b1d5;
}