Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.peach-pink {
color: #ff998a;
}
.south-shore-sun {
color: #ffdd9e;
}
.botanical-tint {
color: #a7e2d5;
}
.blue-genie {
color: #6961ff;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--peach-pink:#ff998a;
--south-shore-sun:#ffdd9e;
--botanical-tint:#a7e2d5;
--blue-genie:#6961ff;
}