Color names in this palette
CSS code for this palette
/* CSS */
.ibis {
color: #f3b4c2;
}
.venetian-yellow {
color: #f5e69e;
}
.overtone {
color: #a5e3b1;
}
.blue-mana {
color: #6cc4f4;
}
.skinny-jeans {
color: #4d8eff;
}
/* CSS Variables */
:root {
--ibis:#f3b4c2;
--venetian-yellow:#f5e69e;
--overtone:#a5e3b1;
--blue-mana:#6cc4f4;
--skinny-jeans:#4d8eff;
}