Color names in this palette
CSS code for this palette
/* CSS */
.ibis {
color: #f6b6c1;
}
.pekin-chicken {
color: #f2d1ab;
}
.spring-glow {
color: #d3e2b6;
}
.bleached-aqua {
color: #b9e4e1;
}
.windsor-way {
color: #a2c6e7;
}
/* CSS Variables */
:root {
--ibis:#f6b6c1;
--pekin-chicken:#f2d1ab;
--spring-glow:#d3e2b6;
--bleached-aqua:#b9e4e1;
--windsor-way:#a2c6e7;
}