Color names in this palette
CSS code for this palette
/* CSS */
.westfall-yellow {
color: #f9d64e;
}
.bergamot-orange {
color: #f6a05a;
}
.meat {
color: #f27d81;
}
.power-peony {
color: #f2508b;
}
.crushed-berries {
color: #d05d9c;
}
/* CSS Variables */
:root {
--westfall-yellow:#f9d64e;
--bergamot-orange:#f6a05a;
--meat:#f27d81;
--power-peony:#f2508b;
--crushed-berries:#d05d9c;
}