Color names in this palette
CSS code for this palette
/* CSS */
.haddock-s-sweater {
color: #1e7bb8;
}
.mid-green {
color: #4fae4c;
}
.squash-blossom {
color: #f9b134;
}
.fuego-nuevo {
color: #f66923;
}
.sehnsucht-red {
color: #8c2b3a;
}
/* CSS Variables */
:root {
--haddock-s-sweater:#1e7bb8;
--mid-green:#4fae4c;
--squash-blossom:#f9b134;
--fuego-nuevo:#f66923;
--sehnsucht-red:#8c2b3a;
}