Color names in this palette
CSS code for this palette
/* CSS */
.pale-petunia {
color: #f6c1c9;
}
.peach-pink {
color: #ff998a;
}
.grapefruit-pulp {
color: #ff6e61;
}
.floral-leaf {
color: #ffb84d;
}
.soviet-gold {
color: #ffd900;
}
/* CSS Variables */
:root {
--pale-petunia:#f6c1c9;
--peach-pink:#ff998a;
--grapefruit-pulp:#ff6e61;
--floral-leaf:#ffb84d;
--soviet-gold:#ffd900;
}