Color names in this palette
CSS code for this palette
/* CSS */
.fireflies {
color: #f6d8a7;
}
.pretty-pink-piggy {
color: #f5a8d7;
}
.van-gogh-blue {
color: #a8d7f5;
}
.enjoyable-yellow {
color: #f5d7a8;
}
.mint-julep {
color: #d7f5a8;
}
/* CSS Variables */
:root {
--fireflies:#f6d8a7;
--pretty-pink-piggy:#f5a8d7;
--van-gogh-blue:#a8d7f5;
--enjoyable-yellow:#f5d7a8;
--mint-julep:#d7f5a8;
}