Color names in this palette
CSS code for this palette
/* CSS */
.matt-pink {
color: #ffb3c1;
}
.grapefruit-pulp {
color: #ff6e61;
}
.blood-burst {
color: #ff4d4f;
}
.forsythia-blossom {
color: #f9d66c;
}
.blue-catch {
color: #3d7b8a;
}
/* CSS Variables */
:root {
--matt-pink:#ffb3c1;
--grapefruit-pulp:#ff6e61;
--blood-burst:#ff4d4f;
--forsythia-blossom:#f9d66c;
--blue-catch:#3d7b8a;
}