Color names in this palette
CSS code for this palette
/* CSS */
.rusty-chainmail {
color: #c94a4c;
}
.welcoming-wasp {
color: #f0a800;
}
.rapunzel {
color: #f5da7f;
}
.blue-dacnis {
color: #4ddfef;
}
.ore-mountains-green {
color: #2e6b50;
}
/* CSS Variables */
:root {
--rusty-chainmail:#c94a4c;
--welcoming-wasp:#f0a800;
--rapunzel:#f5da7f;
--blue-dacnis:#4ddfef;
--ore-mountains-green:#2e6b50;
}