Color names in this palette
CSS code for this palette
/* CSS */
.sasquatch-socks {
color: #ff4d7f;
}
.orange-pink {
color: #ff6f52;
}
.kanz-orange {
color: #ff8e3d;
}
.tuscan-sun {
color: #ffd84d;
}
.sun-drenched {
color: #ffe7a3;
}
/* CSS Variables */
:root {
--sasquatch-socks:#ff4d7f;
--orange-pink:#ff6f52;
--kanz-orange:#ff8e3d;
--tuscan-sun:#ffd84d;
--sun-drenched:#ffe7a3;
}