Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.peach-pink {
color: #ff998a;
}
.impatiens-pink {
color: #ffc0b8;
}
.urnebes-beige {
color: #ffebc2;
}
.soviet-gold {
color: #ffd900;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--peach-pink:#ff998a;
--impatiens-pink:#ffc0b8;
--urnebes-beige:#ffebc2;
--soviet-gold:#ffd900;
}