Color names in this palette
CSS code for this palette
/* CSS */
.welcoming-wasp {
color: #f0a800;
}
.empire-yellow {
color: #f5d400;
}
.venetian-yellow {
color: #f6e6a2;
}
.blair {
color: #a1c2e3;
}
.calico-dress {
color: #3b4c68;
}
/* CSS Variables */
:root {
--welcoming-wasp:#f0a800;
--empire-yellow:#f5d400;
--venetian-yellow:#f6e6a2;
--blair:#a1c2e3;
--calico-dress:#3b4c68;
}