Color names in this palette
CSS code for this palette
/* CSS */
.diminished-pink {
color: #f1e5df;
}
.chinaberry-bloom {
color: #d6c2d4;
}
.wish {
color: #b6b6e2;
}
.anakiwa {
color: #89cde6;
}
.ethereal-blue {
color: #5fa7c8;
}
/* CSS Variables */
:root {
--diminished-pink:#f1e5df;
--chinaberry-bloom:#d6c2d4;
--wish:#b6b6e2;
--anakiwa:#89cde6;
--ethereal-blue:#5fa7c8;
}