Color names in this palette
CSS code for this palette
/* CSS */
.violet-kiss {
color: #f5a3d6;
}
.french-pink {
color: #ff6b9a;
}
.faded-sunlight {
color: #ffcb6b;
}
.goldfinch {
color: #f9e25d;
}
.light-capri-green {
color: #8cd4c2;
}
/* CSS Variables */
:root {
--violet-kiss:#f5a3d6;
--french-pink:#ff6b9a;
--faded-sunlight:#ffcb6b;
--goldfinch:#f9e25d;
--light-capri-green:#8cd4c2;
}