Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.au-gratin {
color: #ffa047;
}
.soviet-gold {
color: #ffd900;
}
.greek-sea {
color: #71a3ef;
}
.ocean-cruise {
color: #9ed4e0;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--au-gratin:#ffa047;
--soviet-gold:#ffd900;
--greek-sea:#71a3ef;
--ocean-cruise:#9ed4e0;
}