Color names in this palette
CSS code for this palette
/* CSS */
.princess {
color: #f1a7b6;
}
.grapefruit-pulp {
color: #ff6e61;
}
.floral-leaf {
color: #ffb84d;
}
.heisenberg-blue {
color: #6fd0f6;
}
.june-vision {
color: #f1f0da;
}
/* CSS Variables */
:root {
--princess:#f1a7b6;
--grapefruit-pulp:#ff6e61;
--floral-leaf:#ffb84d;
--heisenberg-blue:#6fd0f6;
--june-vision:#f1f0da;
}