Color names in this palette
CSS code for this palette
/* CSS */
.sweet-60 {
color: #f2a1b0;
}
.impatiens-pink {
color: #ffc1b8;
}
.endearment {
color: #ffdaa3;
}
.smooth-as-corn-silk {
color: #f4e2b3;
}
.tri-tip {
color: #f2d1c4;
}
/* CSS Variables */
:root {
--sweet-60:#f2a1b0;
--impatiens-pink:#ffc1b8;
--endearment:#ffdaa3;
--smooth-as-corn-silk:#f4e2b3;
--tri-tip:#f2d1c4;
}