Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.radiation-carrot {
color: #ffa142;
}
.peeps {
color: #ffcd38;
}
.sinbad {
color: #a7d7d0;
}
.blue-electress {
color: #6b9cd1;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--radiation-carrot:#ffa142;
--peeps:#ffcd38;
--sinbad:#a7d7d0;
--blue-electress:#6b9cd1;
}