Color names in this palette
CSS code for this palette
/* CSS */
.muted-lavender {
color: #3d5a99;
}
.night-thistle {
color: #6e7daa;
}
.calming-space {
color: #a8b7c2;
}
.violet-kiss {
color: #f1a7d3;
}
.azalea-pink {
color: #f9c3c4;
}
/* CSS Variables */
:root {
--muted-lavender:#3d5a99;
--night-thistle:#6e7daa;
--calming-space:#a8b7c2;
--violet-kiss:#f1a7d3;
--azalea-pink:#f9c3c4;
}