Color names in this palette
CSS code for this palette
/* CSS */
.welcoming-wasp {
color: #f0a800;
}
.syndicalist {
color: #f5c400;
}
.summer-s-heat {
color: #f9e89a;
}
.ibis {
color: #f3b4c0;
}
.deep-blush {
color: #e56c8c;
}
/* CSS Variables */
:root {
--welcoming-wasp:#f0a800;
--syndicalist:#f5c400;
--summer-s-heat:#f9e89a;
--ibis:#f3b4c0;
--deep-blush:#e56c8c;
}