Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.kanz-orange {
color: #ff8e38;
}
.tuscan-sun {
color: #ffd84d;
}
.deluxe-days {
color: #8ac7e5;
}
.sea-loch {
color: #6a9bd2;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--kanz-orange:#ff8e38;
--tuscan-sun:#ffd84d;
--deluxe-days:#8ac7e5;
--sea-loch:#6a9bd2;
}