Color names in this palette
CSS code for this palette
/* CSS */
.prettiest-pink {
color: #e1a3c6;
}
.ballerina-tears {
color: #f5b8b2;
}
.milky-maize {
color: #f7d6a1;
}
.bad-moon-yellow {
color: #f3e5b4;
}
.butterfly {
color: #c8d8a6;
}
/* CSS Variables */
:root {
--prettiest-pink:#e1a3c6;
--ballerina-tears:#f5b8b2;
--milky-maize:#f7d6a1;
--bad-moon-yellow:#f3e5b4;
--butterfly:#c8d8a6;
}