Color names in this palette
CSS code for this palette
/* CSS */
.violet-kiss {
color: #f5a3d7;
}
.sullivan-s-heart {
color: #f9c3d3;
}
.cake-dough {
color: #fee0a9;
}
.echo-iris {
color: #b4e4f4;
}
.eerie-glow {
color: #a4dab8;
}
/* CSS Variables */
:root {
--violet-kiss:#f5a3d7;
--sullivan-s-heart:#f9c3d3;
--cake-dough:#fee0a9;
--echo-iris:#b4e4f4;
--eerie-glow:#a4dab8;
}