Color names in this palette
CSS code for this palette
/* CSS */
.welcoming-wasp {
color: #f0a800;
}
.creamy-sweet-corn {
color: #f6c54c;
}
.vanilla-cream {
color: #f7e4ab;
}
.deluxe-days {
color: #8bc9e4;
}
.waikiki {
color: #1e8d99;
}
/* CSS Variables */
:root {
--welcoming-wasp:#f0a800;
--creamy-sweet-corn:#f6c54c;
--vanilla-cream:#f7e4ab;
--deluxe-days:#8bc9e4;
--waikiki:#1e8d99;
}