Color names in this palette
CSS code for this palette
/* CSS */
.celestine-spring {
color: #1ea0c8;
}
.bianchi-green {
color: #3cd3b4;
}
.medium-aquamarine {
color: #60e1a1;
}
.frosted-hills {
color: #a3f5a9;
}
.fresh-grown {
color: #f1f9c3;
}
/* CSS Variables */
:root {
--celestine-spring:#1ea0c8;
--bianchi-green:#3cd3b4;
--medium-aquamarine:#60e1a1;
--frosted-hills:#a3f5a9;
--fresh-grown:#f1f9c3;
}