Color names in this palette
CSS code for this palette
/* CSS */
.welcoming-wasp {
color: #f0a800;
}
.syndicalist {
color: #f5c400;
}
.invigorating {
color: #f0ebb7;
}
.chicago-blue {
color: #b5d9e8;
}
.peppermint-fresh {
color: #69bf9a;
}
/* CSS Variables */
:root {
--welcoming-wasp:#f0a800;
--syndicalist:#f5c400;
--invigorating:#f0ebb7;
--chicago-blue:#b5d9e8;
--peppermint-fresh:#69bf9a;
}