Color names in this palette
CSS code for this palette
/* CSS */
.ibis {
color: #f2b5c0;
}
.cumquat-cream {
color: #f09b7f;
}
.mellow-sun {
color: #f6d59d;
}
.green-gooseberry {
color: #aedf9f;
}
.blue-click {
color: #a9d9ea;
}
/* CSS Variables */
:root {
--ibis:#f2b5c0;
--cumquat-cream:#f09b7f;
--mellow-sun:#f6d59d;
--green-gooseberry:#aedf9f;
--blue-click:#a9d9ea;
}