Color names in this palette
CSS code for this palette
/* CSS */
.viking-diva {
color: #c9b3e0;
}
.island-light {
color: #a6c6ed;
}
.peppermint-patty {
color: #d1e6d6;
}
.pink-lady {
color: #f2d7b5;
}
.lavender-candy {
color: #f9b4d2;
}
/* CSS Variables */
:root {
--viking-diva:#c9b3e0;
--island-light:#a6c6ed;
--peppermint-patty:#d1e6d6;
--pink-lady:#f2d7b5;
--lavender-candy:#f9b4d2;
}