Color names in this palette
CSS code for this palette
/* CSS */
.island-light {
color: #a6c6ed;
}
.maximum-yellow-red {
color: #f1b74b;
}
.jelly-slug {
color: #d86a4b;
}
.lime-lizard {
color: #a3d55d;
}
.sweet-lilac {
color: #eab8d1;
}
/* CSS Variables */
:root {
--island-light:#a6c6ed;
--maximum-yellow-red:#f1b74b;
--jelly-slug:#d86a4b;
--lime-lizard:#a3d55d;
--sweet-lilac:#eab8d1;
}