Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.snow-white-blush {
color: #f9aeae;
}
.budder-skin {
color: #fce4c5;
}
.pasta {
color: #f8e1af;
}
.floral-leaf {
color: #ffb84d;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--snow-white-blush:#f9aeae;
--budder-skin:#fce4c5;
--pasta:#f8e1af;
--floral-leaf:#ffb84d;
}