Color names in this palette
CSS code for this palette
/* CSS */
.star-grass {
color: #6dd9c4;
}
.mountain-mint {
color: #a9e0c2;
}
.french-vanilla {
color: #f1e1a7;
}
.rozowy-pink {
color: #f1a7b7;
}
.kacey-s-pink {
color: #e94e77;
}
/* CSS Variables */
:root {
--star-grass:#6dd9c4;
--mountain-mint:#a9e0c2;
--french-vanilla:#f1e1a7;
--rozowy-pink:#f1a7b7;
--kacey-s-pink:#e94e77;
}