Color names in this palette
CSS code for this palette
/* CSS */
.mint-jelly {
color: #40d4a5;
}
.mint-jelly {
color: #4be2ab;
}
.ocean-in-a-bowl {
color: #6ce0c3;
}
.creamy-sweet-corn {
color: #f9c54e;
}
.candlelight-peach {
color: #f9a39a;
}
/* CSS Variables */
:root {
--mint-jelly:#40d4a5;
--mint-jelly:#4be2ab;
--ocean-in-a-bowl:#6ce0c3;
--creamy-sweet-corn:#f9c54e;
--candlelight-peach:#f9a39a;
}