Color names in this palette
CSS code for this palette
/* CSS */
.pink-fit {
color: #f3a5b0;
}
.floral-leaf {
color: #ffb84d;
}
.lemon-twist {
color: #ffd95c;
}
.fire-flower {
color: #fc8f3b;
}
.cheddar {
color: #f09e05;
}
/* CSS Variables */
:root {
--pink-fit:#f3a5b0;
--floral-leaf:#ffb84d;
--lemon-twist:#ffd95c;
--fire-flower:#fc8f3b;
--cheddar:#f09e05;
}