Color names in this palette
CSS code for this palette
/* CSS */
.sasquatch-socks {
color: #ff4d7f;
}
.salmon-rose {
color: #ff7081;
}
.desert-flower {
color: #ff8e80;
}
.agrellan-badland {
color: #ffb442;
}
.blood-burst {
color: #ff4d4d;
}
/* CSS Variables */
:root {
--sasquatch-socks:#ff4d7f;
--salmon-rose:#ff7081;
--desert-flower:#ff8e80;
--agrellan-badland:#ffb442;
--blood-burst:#ff4d4d;
}