Color names in this palette
CSS code for this palette
/* CSS */
.violet-kiss {
color: #f2a1d2;
}
.winsome-hue {
color: #a6d7e2;
}
.storm-lightning {
color: #f9e59f;
}
.silver-sweetpea {
color: #c5c8e2;
}
.pretty-in-pink {
color: #f6bbe6;
}
/* CSS Variables */
:root {
--violet-kiss:#f2a1d2;
--winsome-hue:#a6d7e2;
--storm-lightning:#f9e59f;
--silver-sweetpea:#c5c8e2;
--pretty-in-pink:#f6bbe6;
}