CSS code for this palette
/* CSS */
.lynx-white {
color: #f7f7f7;
}
.white {
color: #ffffff;
}
.rosecco {
color: #eab8e4;
}
.baby-girl {
color: #ffe0e8;
}
.frozen-landscape {
color: #b3e4ff;
}
/* CSS Variables */
:root {
--lynx-white:#f7f7f7;
--white:#ffffff;
--rosecco:#eab8e4;
--baby-girl:#ffe0e8;
--frozen-landscape:#b3e4ff;
}