Color names in this palette
CSS code for this palette
/* CSS */
.impatiens-pink {
color: #ffc1b8;
}
.rubber-radish {
color: #ff999c;
}
.chantilly {
color: #eab8c8;
}
.melon-pink {
color: #f1d5c6;
}
.floral-leaf {
color: #ffb84d;
}
/* CSS Variables */
:root {
--impatiens-pink:#ffc1b8;
--rubber-radish:#ff999c;
--chantilly:#eab8c8;
--melon-pink:#f1d5c6;
--floral-leaf:#ffb84d;
}