Color names in this palette
CSS code for this palette
/* CSS */
.butterfield {
color: #f3c058;
}
.sandy-brown {
color: #f3a15e;
}
.moegi-green {
color: #f38e6d;
}
.pink-explosion {
color: #f36d8a;
}
.shark-bait {
color: #f26997;
}
/* CSS Variables */
:root {
--butterfield:#f3c058;
--sandy-brown:#f3a15e;
--moegi-green:#f38e6d;
--pink-explosion:#f36d8a;
--shark-bait:#f26997;
}