Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.sharegaki-persimmon {
color: #ff9f6b;
}
.bright-khaki {
color: #f0e78e;
}
.relaxation-green {
color: #a5d39c;
}
.bluebrite {
color: #6abed7;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--sharegaki-persimmon:#ff9f6b;
--bright-khaki:#f0e78e;
--relaxation-green:#a5d39c;
--bluebrite:#6abed7;
}