Color names in this palette
CSS code for this palette
/* CSS */
.squash-blossom {
color: #f6b83c;
}
.pretty-pink-piggy {
color: #f1a7d8;
}
.tropical-escape {
color: #50b9b0;
}
.blues {
color: #2e6c99;
}
.flint-corn-red {
color: #d9613f;
}
/* CSS Variables */
:root {
--squash-blossom:#f6b83c;
--pretty-pink-piggy:#f1a7d8;
--tropical-escape:#50b9b0;
--blues:#2e6c99;
--flint-corn-red:#d9613f;
}