Color names in this palette
CSS code for this palette
/* CSS */
.fulgrim-pink {
color: #f2b1d2;
}
.grapefruit-pulp {
color: #ff6e61;
}
.gin-fizz {
color: #f7e8ca;
}
.aquarelle-blue {
color: #c0e0e3;
}
.malibu {
color: #65b6e2;
}
/* CSS Variables */
:root {
--fulgrim-pink:#f2b1d2;
--grapefruit-pulp:#ff6e61;
--gin-fizz:#f7e8ca;
--aquarelle-blue:#c0e0e3;
--malibu:#65b6e2;
}