Color names in this palette
CSS code for this palette
/* CSS */
.island-light {
color: #a6c6ed;
}
.calabrese {
color: #f1a8a2;
}
.gold-sand {
color: #f6e6a7;
}
.eerie-glow {
color: #a7d7b8;
}
.lily-legs {
color: #f1c6d7;
}
/* CSS Variables */
:root {
--island-light:#a6c6ed;
--calabrese:#f1a8a2;
--gold-sand:#f6e6a7;
--eerie-glow:#a7d7b8;
--lily-legs:#f1c6d7;
}