Color names in this palette
CSS code for this palette
/* CSS */
.beet-red {
color: #7a1f3f;
}
.horror-snob {
color: #d64c4c;
}
.lemon-dream {
color: #f0a000;
}
.gold-winged {
color: #e2d583;
}
.powder-soft-blue {
color: #b6c8d8;
}
/* CSS Variables */
:root {
--beet-red:#7a1f3f;
--horror-snob:#d64c4c;
--lemon-dream:#f0a000;
--gold-winged:#e2d583;
--powder-soft-blue:#b6c8d8;
}