Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.sharegaki-persimmon {
color: #ff9f6b;
}
.nouveau-riche {
color: #ffbc75;
}
.brite-gold {
color: #ffdb8f;
}
.peach-of-mind {
color: #ffe3b3;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--sharegaki-persimmon:#ff9f6b;
--nouveau-riche:#ffbc75;
--brite-gold:#ffdb8f;
--peach-of-mind:#ffe3b3;
}