Color names in this palette
CSS code for this palette
/* CSS */
.welcoming-wasp {
color: #f0a800;
}
.dull-yellow {
color: #f0d75c;
}
.blue-charm {
color: #80c6db;
}
.dayflower {
color: #3a9ad9;
}
.rubine-red {
color: #d60059;
}
/* CSS Variables */
:root {
--welcoming-wasp:#f0a800;
--dull-yellow:#f0d75c;
--blue-charm:#80c6db;
--dayflower:#3a9ad9;
--rubine-red:#d60059;
}