Color names in this palette
CSS code for this palette
/* CSS */
.enjoyable-yellow {
color: #f6d6a7;
}
.calabrese {
color: #f1a8a2;
}
.pretty-petunia {
color: #d6b8e0;
}
.overtone {
color: #a1e2b4;
}
.floral-leaf {
color: #ffb84d;
}
/* CSS Variables */
:root {
--enjoyable-yellow:#f6d6a7;
--calabrese:#f1a8a2;
--pretty-petunia:#d6b8e0;
--overtone:#a1e2b4;
--floral-leaf:#ffb84d;
}