Color names in this palette
CSS code for this palette
/* CSS */
.echo-iris {
color: #b7e3f5;
}
.chicon {
color: #d1f0b2;
}
.australian-mint {
color: #f1f4a9;
}
.chai-latte {
color: #f9c99f;
}
.breeze-of-chilli {
color: #f47171;
}
/* CSS Variables */
:root {
--echo-iris:#b7e3f5;
--chicon:#d1f0b2;
--australian-mint:#f1f4a9;
--chai-latte:#f9c99f;
--breeze-of-chilli:#f47171;
}