Color names in this palette
CSS code for this palette
/* CSS */
.baby-steps {
color: #f7cad9;
}
.soft-pink {
color: #f9aec1;
}
.grapefruit-pulp {
color: #ff6e61;
}
.papaya {
color: #ff9a5c;
}
.gold-strand {
color: #f3dfa5;
}
/* CSS Variables */
:root {
--baby-steps:#f7cad9;
--soft-pink:#f9aec1;
--grapefruit-pulp:#ff6e61;
--papaya:#ff9a5c;
--gold-strand:#f3dfa5;
}