Color names in this palette
CSS code for this palette
/* CSS */
.glassmith {
color: #41b0c3;
}
.star-grass {
color: #76d5c5;
}
.appetite {
color: #b0e8b1;
}
.shalimar {
color: #f4f9a4;
}
.candlelight-peach {
color: #f8a79b;
}
/* CSS Variables */
:root {
--glassmith:#41b0c3;
--star-grass:#76d5c5;
--appetite:#b0e8b1;
--shalimar:#f4f9a4;
--candlelight-peach:#f8a79b;
}