Color names in this palette
CSS code for this palette
/* CSS */
.ibis {
color: #f4b3c2;
}
.pismo-dunes {
color: #f5d4a3;
}
.venetian-yellow {
color: #f7e1a1;
}
.banana-yogurt {
color: #f9e8b4;
}
.natural-wool {
color: #fef6d7;
}
/* CSS Variables */
:root {
--ibis:#f4b3c2;
--pismo-dunes:#f5d4a3;
--venetian-yellow:#f7e1a1;
--banana-yogurt:#f9e8b4;
--natural-wool:#fef6d7;
}