Color names in this palette
CSS code for this palette
/* CSS */
.king-crimson {
color: #c94a4a;
}
.viking {
color: #4bb1c3;
}
.topiary-sculpture {
color: #5d8b50;
}
.plantain-chips {
color: #d4a54e;
}
.borscht {
color: #8d2a2a;
}
/* CSS Variables */
:root {
--king-crimson:#c94a4a;
--viking:#4bb1c3;
--topiary-sculpture:#5d8b50;
--plantain-chips:#d4a54e;
--borscht:#8d2a2a;
}