Color names in this palette
CSS code for this palette
/* CSS */
.etruscan-red {
color: #c62f3b;
}
.blue-iguana {
color: #4e9cd0;
}
.hazy-daze {
color: #a4b7c6;
}
.jinzamomi-pink {
color: #f75f59;
}
.lizard-breath {
color: #e8b730;
}
/* CSS Variables */
:root {
--etruscan-red:#c62f3b;
--blue-iguana:#4e9cd0;
--hazy-daze:#a4b7c6;
--jinzamomi-pink:#f75f59;
--lizard-breath:#e8b730;
}