Color names in this palette
CSS code for this palette
/* CSS */
.ibis {
color: #f4b3c2;
}
.ginger-peach {
color: #f8d0a0;
}
.hawaiian-cream {
color: #f9e6b9;
}
.refreshing-pool {
color: #b9e4e4;
}
.blue-dam {
color: #a1c4d4;
}
/* CSS Variables */
:root {
--ibis:#f4b3c2;
--ginger-peach:#f8d0a0;
--hawaiian-cream:#f9e6b9;
--refreshing-pool:#b9e4e4;
--blue-dam:#a1c4d4;
}