Color names in this palette
CSS code for this palette
/* CSS */
.corally {
color: #f9a89f;
}
.antique-cameo {
color: #f2b8a1;
}
.ginger-peach {
color: #f9d29f;
}
.storm-lightning {
color: #f9e89f;
}
.echo-iris {
color: #b4e4f4;
}
/* CSS Variables */
:root {
--corally:#f9a89f;
--antique-cameo:#f2b8a1;
--ginger-peach:#f9d29f;
--storm-lightning:#f9e89f;
--echo-iris:#b4e4f4;
}