Color names in this palette
CSS code for this palette
/* CSS */
.manga-pink {
color: #f5b2da;
}
.ice-cream-parlour {
color: #f8d5af;
}
.bone-white {
color: #f3e2af;
}
.faith {
color: #d1f3af;
}
.azure-sky {
color: #afe0f3;
}
/* CSS Variables */
:root {
--manga-pink:#f5b2da;
--ice-cream-parlour:#f8d5af;
--bone-white:#f3e2af;
--faith:#d1f3af;
--azure-sky:#afe0f3;
}