Color names in this palette
CSS code for this palette
/* CSS */
.welcoming-wasp {
color: #f0a800;
}
.salmon-eggs {
color: #f6d360;
}
.menoth-white-base {
color: #f4e9b8;
}
.light-blue-glint {
color: #a8d3e1;
}
.salmon-pok-bowl {
color: #f27878;
}
/* CSS Variables */
:root {
--welcoming-wasp:#f0a800;
--salmon-eggs:#f6d360;
--menoth-white-base:#f4e9b8;
--light-blue-glint:#a8d3e1;
--salmon-pok-bowl:#f27878;
}