Color names in this palette
CSS code for this palette
/* CSS */
.bubblegum-pink {
color: #f7b1b8;
}
.marigold-dust {
color: #f4cf3e;
}
.cheddar-corn {
color: #f6d4b6;
}
.blue-angels-yellow {
color: #fab700;
}
.meat {
color: #f47b7b;
}
/* CSS Variables */
:root {
--bubblegum-pink:#f7b1b8;
--marigold-dust:#f4cf3e;
--cheddar-corn:#f6d4b6;
--blue-angels-yellow:#fab700;
--meat:#f47b7b;
}