Color names in this palette
CSS code for this palette
/* CSS */
.enjoyable-yellow {
color: #f6d6a7;
}
.madder-orange {
color: #f3bfaf;
}
.elastic-pink {
color: #efa4c7;
}
.pretty-petunia {
color: #d7b2e1;
}
.windsor-way {
color: #a2c8e2;
}
/* CSS Variables */
:root {
--enjoyable-yellow:#f6d6a7;
--madder-orange:#f3bfaf;
--elastic-pink:#efa4c7;
--pretty-petunia:#d7b2e1;
--windsor-way:#a2c8e2;
}