Color names in this palette
CSS code for this palette
/* CSS */
.spaghetti-strap-pink {
color: #f9a9d5;
}
.hermosa-pink {
color: #ffb3e7;
}
.faded-sunlight {
color: #ffcb6b;
}
.grapefruit-pulp {
color: #ff6e61;
}
.cactus-blooms {
color: #f5c79e;
}
/* CSS Variables */
:root {
--spaghetti-strap-pink:#f9a9d5;
--hermosa-pink:#ffb3e7;
--faded-sunlight:#ffcb6b;
--grapefruit-pulp:#ff6e61;
--cactus-blooms:#f5c79e;
}