Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.sharegaki-persimmon {
color: #ff9f6b;
}
.yellow-jubilee {
color: #ffd37a;
}
.sun-drenched {
color: #ffe8a3;
}
.creamy-sunshine-pastel {
color: #fff6b3;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--sharegaki-persimmon:#ff9f6b;
--yellow-jubilee:#ffd37a;
--sun-drenched:#ffe8a3;
--creamy-sunshine-pastel:#fff6b3;
}