Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.vitamin-c {
color: #ff9900;
}
.angel-s-trumpet {
color: #f3e139;
}
.cyan-sky {
color: #00b2b3;
}
.summer-lake {
color: #0076a8;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--vitamin-c:#ff9900;
--angel-s-trumpet:#f3e139;
--cyan-sky:#00b2b3;
--summer-lake:#0076a8;
}