Color names in this palette
CSS code for this palette
/* CSS */
.lili-elbe-s-pink {
color: #d4a5b1;
}
.viking-diva {
color: #c7b2e0;
}
.frosty-soft-blue {
color: #b1e2df;
}
.middle-blue {
color: #84d6e7;
}
.modal-blue {
color: #3ea9ac;
}
/* CSS Variables */
:root {
--lili-elbe-s-pink:#d4a5b1;
--viking-diva:#c7b2e0;
--frosty-soft-blue:#b1e2df;
--middle-blue:#84d6e7;
--modal-blue:#3ea9ac;
}