Color names in this palette
CSS code for this palette
/* CSS */
.shearwater-black {
color: #5a5969;
}
.wildflower {
color: #8e7c9c;
}
.tsarina {
color: #d1b3c4;
}
.enjoyable-yellow {
color: #f5d4a8;
}
.fresh-pineapple {
color: #f6d44c;
}
/* CSS Variables */
:root {
--shearwater-black:#5a5969;
--wildflower:#8e7c9c;
--tsarina:#d1b3c4;
--enjoyable-yellow:#f5d4a8;
--fresh-pineapple:#f6d44c;
}