Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.mystic-tulip {
color: #f7b5a1;
}
.shrimp-toast {
color: #f9c69f;
}
.privileged {
color: #f3ead8;
}
.bakery-box {
color: #f0f4f1;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--mystic-tulip:#f7b5a1;
--shrimp-toast:#f9c69f;
--privileged:#f3ead8;
--bakery-box:#f0f4f1;
}