Color names in this palette
CSS code for this palette
/* CSS */
.welcoming-wasp {
color: #f0a800;
}
.hawker-s-gold {
color: #f3c26d;
}
.flan {
color: #f6e3b6;
}
.van-gogh-blue {
color: #a7d8f6;
}
.waimea-blue {
color: #4c9ddc;
}
/* CSS Variables */
:root {
--welcoming-wasp:#f0a800;
--hawker-s-gold:#f3c26d;
--flan:#f6e3b6;
--van-gogh-blue:#a7d8f6;
--waimea-blue:#4c9ddc;
}