Color names in this palette
CSS code for this palette
/* CSS */
.welcoming-wasp {
color: #f0a800;
}
.butterfield {
color: #f5c25b;
}
.venetian-yellow {
color: #f8e6a0;
}
.love-at-first-sight {
color: #e5a4b2;
}
.sugar-rush {
color: #d364a1;
}
/* CSS Variables */
:root {
--welcoming-wasp:#f0a800;
--butterfield:#f5c25b;
--venetian-yellow:#f8e6a0;
--love-at-first-sight:#e5a4b2;
--sugar-rush:#d364a1;
}