Color names in this palette
CSS code for this palette
/* CSS */
.welcoming-wasp {
color: #f0a800;
}
.yellow-tulip {
color: #f6d16a;
}
.storm-lightning {
color: #f9e89f;
}
.amazon-river-dolphin {
color: #e7b1ba;
}
.hopbush {
color: #d06c8f;
}
/* CSS Variables */
:root {
--welcoming-wasp:#f0a800;
--yellow-tulip:#f6d16a;
--storm-lightning:#f9e89f;
--amazon-river-dolphin:#e7b1ba;
--hopbush:#d06c8f;
}