Color names in this palette
CSS code for this palette
/* CSS */
.greek-sea {
color: #6da5e8;
}
.dreaming-blue {
color: #89c3d7;
}
.barley-white {
color: #f7e3b6;
}
.new-clay {
color: #f1c2b6;
}
.fruity-licious {
color: #f68e8e;
}
/* CSS Variables */
:root {
--greek-sea:#6da5e8;
--dreaming-blue:#89c3d7;
--barley-white:#f7e3b6;
--new-clay:#f1c2b6;
--fruity-licious:#f68e8e;
}