Color names in this palette
CSS code for this palette
/* CSS */
.friendly-yellow {
color: #f5e1b2;
}
.rose-linen {
color: #e5ae9f;
}
.partytime {
color: #e6a8c8;
}
.purple-premiere {
color: #b79cd3;
}
.smooth-satin {
color: #a2d7d3;
}
/* CSS Variables */
:root {
--friendly-yellow:#f5e1b2;
--rose-linen:#e5ae9f;
--partytime:#e6a8c8;
--purple-premiere:#b79cd3;
--smooth-satin:#a2d7d3;
}