Color names in this palette
CSS code for this palette
/* CSS */
.brick-yellow {
color: #d4a363;
}
.gladiator-leather {
color: #a95b3d;
}
.exotic-purple {
color: #6a4f78;
}
.melbourne {
color: #4b7c4e;
}
.aquatic-cool {
color: #3ea0b1;
}
/* CSS Variables */
:root {
--brick-yellow:#d4a363;
--gladiator-leather:#a95b3d;
--exotic-purple:#6a4f78;
--melbourne:#4b7c4e;
--aquatic-cool:#3ea0b1;
}