Color names in this palette
CSS code for this palette
/* CSS */
.welcoming-wasp {
color: #f0a800;
}
.syndicalist {
color: #f5c400;
}
.rodan-gold {
color: #ffdc5c;
}
.break-the-ice {
color: #b4e1ee;
}
.norfolk-sky {
color: #69b7e8;
}
/* CSS Variables */
:root {
--welcoming-wasp:#f0a800;
--syndicalist:#f5c400;
--rodan-gold:#ffdc5c;
--break-the-ice:#b4e1ee;
--norfolk-sky:#69b7e8;
}