Color names in this palette
CSS code for this palette
/* CSS */
.manchester-nights {
color: #981b29;
}
.chinese-dragon {
color: #c94f4f;
}
.pink-abalone {
color: #e8b4a1;
}
.tahitian-sand {
color: #f8dbb4;
}
.welcoming-wasp {
color: #f0a800;
}
/* CSS Variables */
:root {
--manchester-nights:#981b29;
--chinese-dragon:#c94f4f;
--pink-abalone:#e8b4a1;
--tahitian-sand:#f8dbb4;
--welcoming-wasp:#f0a800;
}