Color names in this palette
CSS code for this palette
/* CSS */
.fuchsia-fever {
color: #ff5c9d;
}
.mango-orange {
color: #ff8a5c;
}
.yellow-jacket {
color: #ffc83d;
}
.semi-sweet-chocolate {
color: #6a4125;
}
.turkish-stone {
color: #2a7b8d;
}
/* CSS Variables */
:root {
--fuchsia-fever:#ff5c9d;
--mango-orange:#ff8a5c;
--yellow-jacket:#ffc83d;
--semi-sweet-chocolate:#6a4125;
--turkish-stone:#2a7b8d;
}