Color names in this palette
CSS code for this palette
/* CSS */
.princess {
color: #f1a7b4;
}
.grapefruit-pulp {
color: #ff6e61;
}
.floral-leaf {
color: #ffb84d;
}
.frosty-soft-blue {
color: #b2e1e0;
}
.titanium-blue {
color: #5d7a8e;
}
/* CSS Variables */
:root {
--princess:#f1a7b4;
--grapefruit-pulp:#ff6e61;
--floral-leaf:#ffb84d;
--frosty-soft-blue:#b2e1e0;
--titanium-blue:#5d7a8e;
}