Color names in this palette
CSS code for this palette
/* CSS */
.ibis {
color: #f3b4c0;
}
.stella-dora {
color: #f9d8a4;
}
.optimistic-yellow {
color: #f4e1a4;
}
.lattice-work {
color: #b8e5c0;
}
.valonia {
color: #79c8d2;
}
/* CSS Variables */
:root {
--ibis:#f3b4c0;
--stella-dora:#f9d8a4;
--optimistic-yellow:#f4e1a4;
--lattice-work:#b8e5c0;
--valonia:#79c8d2;
}