Color names in this palette
CSS code for this palette
/* CSS */
.echo-iris {
color: #b4e2f3;
}
.sugar-cane-dahlia {
color: #f8c2bf;
}
.peach-patch {
color: #f7d5a1;
}
.sunflower-seed {
color: #ffe4a8;
}
.jaguar-rose {
color: #f2b5b6;
}
/* CSS Variables */
:root {
--echo-iris:#b4e2f3;
--sugar-cane-dahlia:#f8c2bf;
--peach-patch:#f7d5a1;
--sunflower-seed:#ffe4a8;
--jaguar-rose:#f2b5b6;
}