Color names in this palette
CSS code for this palette
/* CSS */
.island-light {
color: #a6c6ed;
}
.echo-iris {
color: #b4e4f4;
}
.salmon-eggs {
color: #f4d65d;
}
.sunny-mood {
color: #f7c94b;
}
.calabrese {
color: #f1a8a2;
}
/* CSS Variables */
:root {
--island-light:#a6c6ed;
--echo-iris:#b4e4f4;
--salmon-eggs:#f4d65d;
--sunny-mood:#f7c94b;
--calabrese:#f1a8a2;
}