Color names in this palette
CSS code for this palette
/* CSS */
.sweet-sachet {
color: #ffd6ee;
}
.greyish-lavender {
color: #b6b7fc;
}
.mint-flash {
color: #d8f8e6;
}
.partial-pink {
color: #fef1fa;
}
.arc-light {
color: #cde5fe;
}
/* CSS Variables */
:root {
--sweet-sachet:#ffd6ee;
--greyish-lavender:#b6b7fc;
--mint-flash:#d8f8e6;
--partial-pink:#fef1fa;
--arc-light:#cde5fe;
}