Color names in this palette
CSS code for this palette
/* CSS */
.echo-iris {
color: #b4e4f4;
}
.terrace-pool {
color: #a3d6e0;
}
.maiden-voyage {
color: #89c6d7;
}
.dreamy-sunset {
color: #ffab5c;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--echo-iris:#b4e4f4;
--terrace-pool:#a3d6e0;
--maiden-voyage:#89c6d7;
--dreamy-sunset:#ffab5c;
--grapefruit-pulp:#ff6e61;
}