Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.kindred {
color: #6f9ed8;
}
.hot-sun {
color: #f7b32b;
}
.christmas-silver {
color: #e0e0e0;
}
.cyclamen-red {
color: #a45b8d;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--kindred:#6f9ed8;
--hot-sun:#f7b32b;
--christmas-silver:#e0e0e0;
--cyclamen-red:#a45b8d;
}