Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.orange-bell-pepper {
color: #ff8b42;
}
.radiant-sun {
color: #f3ca4f;
}
.sour-candy {
color: #69af4b;
}
.dead-pixel {
color: #3b3b3a;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--orange-bell-pepper:#ff8b42;
--radiant-sun:#f3ca4f;
--sour-candy:#69af4b;
--dead-pixel:#3b3b3a;
}