Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.kindred {
color: #6f9ed8;
}
.ocean-green {
color: #3c9a6d;
}
.american-yellow {
color: #f5b400;
}
.unripe-strawberry {
color: #f78da7;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--kindred:#6f9ed8;
--ocean-green:#3c9a6d;
--american-yellow:#f5b400;
--unripe-strawberry:#f78da7;
}