Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.radiation-carrot {
color: #ffa142;
}
.nacho {
color: #ffcb5c;
}
.brisa-de-mar {
color: #d2dfef;
}
.blue-shoal {
color: #698c91;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--radiation-carrot:#ffa142;
--nacho:#ffcb5c;
--brisa-de-mar:#d2dfef;
--blue-shoal:#698c91;
}