Color names in this palette
CSS code for this palette
/* CSS */
.etruscan-red {
color: #c92c3e;
}
.bubblegum {
color: #e6607b;
}
.welcoming-wasp {
color: #f0a800;
}
.wake-me-up {
color: #f7d259;
}
.bone-white {
color: #f2e1b1;
}
/* CSS Variables */
:root {
--etruscan-red:#c92c3e;
--bubblegum:#e6607b;
--welcoming-wasp:#f0a800;
--wake-me-up:#f7d259;
--bone-white:#f2e1b1;
}