Color names in this palette
CSS code for this palette
/* CSS */
.christy-s-smile {
color: #f6bbc6;
}
.sweet-heart {
color: #e9aab5;
}
.pastel-lavender {
color: #d69ec0;
}
.viking-diva {
color: #c9b2e0;
}
.light-blue-glint {
color: #a8d4e1;
}
/* CSS Variables */
:root {
--christy-s-smile:#f6bbc6;
--sweet-heart:#e9aab5;
--pastel-lavender:#d69ec0;
--viking-diva:#c9b2e0;
--light-blue-glint:#a8d4e1;
}