Color names in this palette
CSS code for this palette
/* CSS */
.casablanca {
color: #f3b14f;
}
.chinese-orange {
color: #f16f3b;
}
.lionfish-red {
color: #e03b29;
}
.dry-rose {
color: #c32c50;
}
.druchii-violet {
color: #8b2b8c;
}
/* CSS Variables */
:root {
--casablanca:#f3b14f;
--chinese-orange:#f16f3b;
--lionfish-red:#e03b29;
--dry-rose:#c32c50;
--druchii-violet:#8b2b8c;
}