Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.kindred {
color: #6f9ed8;
}
.blue-frosting {
color: #87cfc1;
}
.sunny-mood {
color: #f7c94b;
}
.seasonal-beige {
color: #e9b79f;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--kindred:#6f9ed8;
--blue-frosting:#87cfc1;
--sunny-mood:#f7c94b;
--seasonal-beige:#e9b79f;
}