Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.sharegaki-persimmon {
color: #ff9f6b;
}
.hint-of-honey {
color: #ffd36b;
}
.ginger-lemon-cake {
color: #f3ec91;
}
.ice-crystal-blue {
color: #a8e1e1;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--sharegaki-persimmon:#ff9f6b;
--hint-of-honey:#ffd36b;
--ginger-lemon-cake:#f3ec91;
--ice-crystal-blue:#a8e1e1;
}