Color names in this palette
CSS code for this palette
/* CSS */
.dandelion-tea {
color: #f7e8c0;
}
.straw-hat {
color: #f1d6a7;
}
.buttercup-yellow {
color: #e3c0a5;
}
.foxy-lady {
color: #d9a6b1;
}
.pinkish-tan {
color: #d79f7f;
}
/* CSS Variables */
:root {
--dandelion-tea:#f7e8c0;
--straw-hat:#f1d6a7;
--buttercup-yellow:#e3c0a5;
--foxy-lady:#d9a6b1;
--pinkish-tan:#d79f7f;
}