Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.orchid-orange {
color: #ff9f80;
}
.peach-puff {
color: #ffd9b8;
}
.cruise {
color: #b4e4d5;
}
.natural-orchestra {
color: #4c9e7c;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--orchid-orange:#ff9f80;
--peach-puff:#ffd9b8;
--cruise:#b4e4d5;
--natural-orchestra:#4c9e7c;
}