Color names in this palette
CSS code for this palette
/* CSS */
.welcoming-wasp {
color: #f0a800;
}
.syndicalist {
color: #f5c400;
}
.eternal-summer {
color: #f5e400;
}
.azure-sky {
color: #b1e8f6;
}
.sail-away {
color: #52b1e0;
}
/* CSS Variables */
:root {
--welcoming-wasp:#f0a800;
--syndicalist:#f5c400;
--eternal-summer:#f5e400;
--azure-sky:#b1e8f6;
--sail-away:#52b1e0;
}