Color names in this palette
CSS code for this palette
/* CSS */
.matt-pink {
color: #ffb3c1;
}
.grapefruit-pulp {
color: #ff6e61;
}
.papaya {
color: #ff9a5c;
}
.snug-yellow {
color: #ffdb80;
}
.bright-khaki {
color: #f2e88c;
}
/* CSS Variables */
:root {
--matt-pink:#ffb3c1;
--grapefruit-pulp:#ff6e61;
--papaya:#ff9a5c;
--snug-yellow:#ffdb80;
--bright-khaki:#f2e88c;
}