Color names in this palette
CSS code for this palette
/* CSS */
.island-light {
color: #a6c6ed;
}
.pink-marshmallow {
color: #f4b8d2;
}
.icy-lemonade {
color: #f5e7b2;
}
.cumquat-cream {
color: #f29c7d;
}
.radiant-orchid {
color: #a65e98;
}
/* CSS Variables */
:root {
--island-light:#a6c6ed;
--pink-marshmallow:#f4b8d2;
--icy-lemonade:#f5e7b2;
--cumquat-cream:#f29c7d;
--radiant-orchid:#a65e98;
}