Color names in this palette
CSS code for this palette
/* CSS */
.floral-leaf {
color: #ffb84d;
}
.bumblebee {
color: #ffc929;
}
.carrot {
color: #ff6e42;
}
.frozen-salmon {
color: #ffa98f;
}
.piggy-bank {
color: #ffccbd;
}
/* CSS Variables */
:root {
--floral-leaf:#ffb84d;
--bumblebee:#ffc929;
--carrot:#ff6e42;
--frozen-salmon:#ffa98f;
--piggy-bank:#ffccbd;
}