Color names in this palette
CSS code for this palette
/* CSS */
.ice-pack {
color: #a3dbe1;
}
.seascape-green {
color: #b5e3e3;
}
.light-water-wings {
color: #c1f0e9;
}
.homeopathic-lime {
color: #e7f8e2;
}
.floral-leaf {
color: #ffb84d;
}
/* CSS Variables */
:root {
--ice-pack:#a3dbe1;
--seascape-green:#b5e3e3;
--light-water-wings:#c1f0e9;
--homeopathic-lime:#e7f8e2;
--floral-leaf:#ffb84d;
}