Color names in this palette
CSS code for this palette
/* CSS */
.island-light {
color: #a6c6ed;
}
.antique-cameo {
color: #f0b6a3;
}
.friendly-yellow {
color: #f6e1b1;
}
.green-trance {
color: #a3d9a0;
}
.pink-marshmallow {
color: #f2b5d4;
}
/* CSS Variables */
:root {
--island-light:#a6c6ed;
--antique-cameo:#f0b6a3;
--friendly-yellow:#f6e1b1;
--green-trance:#a3d9a0;
--pink-marshmallow:#f2b5d4;
}