Color names in this palette
CSS code for this palette
/* CSS */
.light-blue-glint {
color: #a8d3e1;
}
.water-flow {
color: #7cc7d5;
}
.maui-blue {
color: #4ea1b1;
}
.folk-tale {
color: #afe4b8;
}
.esprit-peach {
color: #ffc29e;
}
/* CSS Variables */
:root {
--light-blue-glint:#a8d3e1;
--water-flow:#7cc7d5;
--maui-blue:#4ea1b1;
--folk-tale:#afe4b8;
--esprit-peach:#ffc29e;
}