Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.bittersweet {
color: #ffa052;
}
.bastard-amber {
color: #ffca8a;
}
.mouse-nose {
color: #ffe4b3;
}
.bright-ube {
color: #d4a6e8;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--bittersweet:#ffa052;
--bastard-amber:#ffca8a;
--mouse-nose:#ffe4b3;
--bright-ube:#d4a6e8;
}