Color names in this palette
CSS code for this palette
/* CSS */
.island-light {
color: #a6c6ed;
}
.gold-sand {
color: #f6e7a7;
}
.princess {
color: #f1a7b4;
}
.sango-pink {
color: #f8b3af;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--island-light:#a6c6ed;
--gold-sand:#f6e7a7;
--princess:#f1a7b4;
--sango-pink:#f8b3af;
--grapefruit-pulp:#ff6e61;
}