Color names in this palette
CSS code for this palette
/* CSS */
.welcoming-wasp {
color: #f0a800;
}
.marigold-dust {
color: #f6d13c;
}
.storm-lightning {
color: #f7e69c;
}
.blushing-sky {
color: #d8b1d4;
}
.highlighter-pink {
color: #e85e7e;
}
/* CSS Variables */
:root {
--welcoming-wasp:#f0a800;
--marigold-dust:#f6d13c;
--storm-lightning:#f7e69c;
--blushing-sky:#d8b1d4;
--highlighter-pink:#e85e7e;
}