Color names in this palette
CSS code for this palette
/* CSS */
.salmon-fresco {
color: #fbb1a2;
}
.chantilly {
color: #eab8c9;
}
.berry-popsicle {
color: #d5a5d1;
}
.beach-lilac {
color: #bea2c3;
}
.light-blue-glint {
color: #a7d0e2;
}
/* CSS Variables */
:root {
--salmon-fresco:#fbb1a2;
--chantilly:#eab8c9;
--berry-popsicle:#d5a5d1;
--beach-lilac:#bea2c3;
--light-blue-glint:#a7d0e2;
}