Color names in this palette
CSS code for this palette
/* CSS */
.island-light {
color: #a6c6ed;
}
.break-the-ice {
color: #b2e0f0;
}
.pink-marshmallow {
color: #f2b1d3;
}
.rhodonite {
color: #f4b4c5;
}
.beauty-bush {
color: #ebb9b2;
}
/* CSS Variables */
:root {
--island-light:#a6c6ed;
--break-the-ice:#b2e0f0;
--pink-marshmallow:#f2b1d3;
--rhodonite:#f4b4c5;
--beauty-bush:#ebb9b2;
}