Color names in this palette
CSS code for this palette
/* CSS */
.floral-leaf {
color: #ffb84d;
}
.casandora-yellow {
color: #ffce5c;
}
.quack-quack {
color: #ffeb8a;
}
.smooth-satin {
color: #a1d4d4;
}
.pink-fit {
color: #f6a7b3;
}
/* CSS Variables */
:root {
--floral-leaf:#ffb84d;
--casandora-yellow:#ffce5c;
--quack-quack:#ffeb8a;
--smooth-satin:#a1d4d4;
--pink-fit:#f6a7b3;
}