Color names in this palette
CSS code for this palette
/* CSS */
.vibrant-red {
color: #c34b6f;
}
.maximum-yellow-red {
color: #f1b74b;
}
.fertile-soil {
color: #8b5e3c;
}
.corrosion-green {
color: #4ba08d;
}
.waterhen-back {
color: #2e3f52;
}
/* CSS Variables */
:root {
--vibrant-red:#c34b6f;
--maximum-yellow-red:#f1b74b;
--fertile-soil:#8b5e3c;
--corrosion-green:#4ba08d;
--waterhen-back:#2e3f52;
}