Color names in this palette
CSS code for this palette
/* CSS */
.sushi {
color: #7a9d2f;
}
.clipped-grass {
color: #a4b43c;
}
.cotton-candy-grape {
color: #dac54e;
}
.sandy-brown {
color: #f2a85f;
}
.fever {
color: #e94e4e;
}
/* CSS Variables */
:root {
--sushi:#7a9d2f;
--clipped-grass:#a4b43c;
--cotton-candy-grape:#dac54e;
--sandy-brown:#f2a85f;
--fever:#e94e4e;
}