Color names in this palette
CSS code for this palette
/* CSS */
.welcoming-wasp {
color: #f0a800;
}
.yellow-tulip {
color: #f5d06b;
}
.madang {
color: #b5e3a5;
}
.lucea {
color: #7db2e3;
}
.great-serpent {
color: #4a6ca5;
}
/* CSS Variables */
:root {
--welcoming-wasp:#f0a800;
--yellow-tulip:#f5d06b;
--madang:#b5e3a5;
--lucea:#7db2e3;
--great-serpent:#4a6ca5;
}