Color names in this palette
CSS code for this palette
/* CSS */
.in-the-pink {
color: #f1c6d0;
}
.little-baby-girl {
color: #f7b6d3;
}
.lavender-rose {
color: #f5a3e2;
}
.island-light {
color: #a6c7e8;
}
.echo-iris {
color: #b4e3f3;
}
/* CSS Variables */
:root {
--in-the-pink:#f1c6d0;
--little-baby-girl:#f7b6d3;
--lavender-rose:#f5a3e2;
--island-light:#a6c7e8;
--echo-iris:#b4e3f3;
}