Color names in this palette
CSS code for this palette
/* CSS */
.shadow-azalea-pink {
color: #eb6b9c;
}
.mauve-orchid {
color: #a66e8d;
}
.grey-blueberry {
color: #6a7d95;
}
.winter-green {
color: #4b8b7a;
}
.blue-chill {
color: #3b8b8c;
}
/* CSS Variables */
:root {
--shadow-azalea-pink:#eb6b9c;
--mauve-orchid:#a66e8d;
--grey-blueberry:#6a7d95;
--winter-green:#4b8b7a;
--blue-chill:#3b8b8c;
}