Color names in this palette
CSS code for this palette
/* CSS */
.light-blue-glint {
color: #a8d3e1;
}
.frozen-moss-green {
color: #afe0ae;
}
.gold-sand {
color: #f6e6a7;
}
.ruffles {
color: #f9bbae;
}
.fruity-licious {
color: #f68e8e;
}
/* CSS Variables */
:root {
--light-blue-glint:#a8d3e1;
--frozen-moss-green:#afe0ae;
--gold-sand:#f6e6a7;
--ruffles:#f9bbae;
--fruity-licious:#f68e8e;
}