Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.greek-sea {
color: #71a3ef;
}
.phellodendron-amurense {
color: #f3c239;
}
.savannah-sun {
color: #ffb78a;
}
.flame-stitch {
color: #d95d45;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--greek-sea:#71a3ef;
--phellodendron-amurense:#f3c239;
--savannah-sun:#ffb78a;
--flame-stitch:#d95d45;
}