Color names in this palette
CSS code for this palette
/* CSS */
.etruscan-red {
color: #c92c3c;
}
.squash-blossom {
color: #f6b83c;
}
.valley-of-glaciers {
color: #2c7c9b;
}
.island-light {
color: #a6c6ed;
}
.bluster-blue {
color: #4b5a72;
}
/* CSS Variables */
:root {
--etruscan-red:#c92c3c;
--squash-blossom:#f6b83c;
--valley-of-glaciers:#2c7c9b;
--island-light:#a6c6ed;
--bluster-blue:#4b5a72;
}