Color names in this palette
CSS code for this palette
/* CSS */
.light-blue-glint {
color: #a8d3e1;
}
.salt-lake {
color: #6ec6d4;
}
.baltic {
color: #1f9b9e;
}
.sprouted {
color: #f2d58c;
}
.poppy-petal {
color: #f79e8d;
}
/* CSS Variables */
:root {
--light-blue-glint:#a8d3e1;
--salt-lake:#6ec6d4;
--baltic:#1f9b9e;
--sprouted:#f2d58c;
--poppy-petal:#f79e8d;
}