Color names in this palette
CSS code for this palette
/* CSS */
.dingy-dungeon {
color: #c62f4f;
}
.coppersmith {
color: #d78c3c;
}
.creamy-sweet-corn {
color: #f6c04c;
}
.tropical-light {
color: #a3d770;
}
.tropical-escape {
color: #4cb8b2;
}
/* CSS Variables */
:root {
--dingy-dungeon:#c62f4f;
--coppersmith:#d78c3c;
--creamy-sweet-corn:#f6c04c;
--tropical-light:#a3d770;
--tropical-escape:#4cb8b2;
}