Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.orange-hibiscus {
color: #ff9a47;
}
.radiant-sun {
color: #f3ca4f;
}
.sour-candy {
color: #69af4b;
}
.tufts-blue {
color: #407fbf;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--orange-hibiscus:#ff9a47;
--radiant-sun:#f3ca4f;
--sour-candy:#69af4b;
--tufts-blue:#407fbf;
}