Color names in this palette
CSS code for this palette
/* CSS */
.exuberant-pink {
color: #b74e7d;
}
.pink-fit {
color: #f3a5b3;
}
.spring-song {
color: #f8cbbe;
}
.noodles {
color: #f9e5b4;
}
.aqua-bay {
color: #b7e1c9;
}
/* CSS Variables */
:root {
--exuberant-pink:#b74e7d;
--pink-fit:#f3a5b3;
--spring-song:#f8cbbe;
--noodles:#f9e5b4;
--aqua-bay:#b7e1c9;
}