Color names in this palette
CSS code for this palette
/* CSS */
.violet-kiss {
color: #f1a7d5;
}
.lavender-soap {
color: #f1c1e7;
}
.blizzard-blue {
color: #a1e1f2;
}
.spring-slumber-green {
color: #b7f5b2;
}
.peach-yellow {
color: #f9e0ae;
}
/* CSS Variables */
:root {
--violet-kiss:#f1a7d5;
--lavender-soap:#f1c1e7;
--blizzard-blue:#a1e1f2;
--spring-slumber-green:#b7f5b2;
--peach-yellow:#f9e0ae;
}