Color names in this palette
CSS code for this palette
/* CSS */
.dahlia-mauve {
color: #b55e8d;
}
.pink-fit {
color: #f6a7b0;
}
.banana-yogurt {
color: #f9e8b4;
}
.ming-green {
color: #40bf80;
}
.tourmaline-turquoise {
color: #4f9c99;
}
/* CSS Variables */
:root {
--dahlia-mauve:#b55e8d;
--pink-fit:#f6a7b0;
--banana-yogurt:#f9e8b4;
--ming-green:#40bf80;
--tourmaline-turquoise:#4f9c99;
}