Color names in this palette
CSS code for this palette
/* CSS */
.teal-motif {
color: #006c75;
}
.booty-bay {
color: #82c4bf;
}
.insignia-white {
color: #ecf5f9;
}
.soft-orange-bloom {
color: #ffddd1;
}
.akuma {
color: #d8313a;
}
/* CSS Variables */
:root {
--teal-motif:#006c75;
--booty-bay:#82c4bf;
--insignia-white:#ecf5f9;
--soft-orange-bloom:#ffddd1;
--akuma:#d8313a;
}