Color names in this palette
CSS code for this palette
/* CSS */
.iced-aqua {
color: #a7d5d7;
}
.salmon-beauty {
color: #f9c7b4;
}
.friendly-yellow {
color: #f5e0b2;
}
.little-baby-girl {
color: #f9b9d3;
}
.pretty-petunia {
color: #dab7e1;
}
/* CSS Variables */
:root {
--iced-aqua:#a7d5d7;
--salmon-beauty:#f9c7b4;
--friendly-yellow:#f5e0b2;
--little-baby-girl:#f9b9d3;
--pretty-petunia:#dab7e1;
}