Color names in this palette
CSS code for this palette
/* CSS */
.ibis {
color: #f5b2c1;
}
.shrimp-toast {
color: #f7c6a1;
}
.durango-dust {
color: #f9e19f;
}
.duck-egg-cream {
color: #c5e2d4;
}
.light-sky-babe {
color: #9fd0e0;
}
/* CSS Variables */
:root {
--ibis:#f5b2c1;
--shrimp-toast:#f7c6a1;
--durango-dust:#f9e19f;
--duck-egg-cream:#c5e2d4;
--light-sky-babe:#9fd0e0;
}