Color names in this palette
CSS code for this palette
/* CSS */
.blushing-sky {
color: #d7b2d5;
}
.iced-vovo {
color: #e1a8b3;
}
.millennial-pink {
color: #f6c9c1;
}
.fanlight {
color: #f2edb0;
}
.fresh-lettuce {
color: #b7d58b;
}
/* CSS Variables */
:root {
--blushing-sky:#d7b2d5;
--iced-vovo:#e1a8b3;
--millennial-pink:#f6c9c1;
--fanlight:#f2edb0;
--fresh-lettuce:#b7d58b;
}