Color names in this palette
CSS code for this palette
/* CSS */
.matt-pink {
color: #ffb3c1;
}
.grapefruit-pulp {
color: #ff6e61;
}
.blood-burst {
color: #ff4d4f;
}
.purple-hepatica {
color: #d4a8ff;
}
.dithered-sky {
color: #b8e0ff;
}
/* CSS Variables */
:root {
--matt-pink:#ffb3c1;
--grapefruit-pulp:#ff6e61;
--blood-burst:#ff4d4f;
--purple-hepatica:#d4a8ff;
--dithered-sky:#b8e0ff;
}