Color names in this palette
CSS code for this palette
/* CSS */
.welcoming-wasp {
color: #f0a800;
}
.yellow-tulip {
color: #f5d06b;
}
.eerie-glow {
color: #a6d8b9;
}
.bahaman-bliss {
color: #3ea89f;
}
.nautical {
color: #2d4a7c;
}
/* CSS Variables */
:root {
--welcoming-wasp:#f0a800;
--yellow-tulip:#f5d06b;
--eerie-glow:#a6d8b9;
--bahaman-bliss:#3ea89f;
--nautical:#2d4a7c;
}