Color names in this palette
CSS code for this palette
/* CSS */
.metallic-green {
color: #1f895b;
}
.carrot {
color: #ff713d;
}
.ucla-gold {
color: #ffb300;
}
.romantic {
color: #ffc59e;
}
.semi-sweet-chocolate {
color: #6a4125;
}
/* CSS Variables */
:root {
--metallic-green:#1f895b;
--carrot:#ff713d;
--ucla-gold:#ffb300;
--romantic:#ffc59e;
--semi-sweet-chocolate:#6a4125;
}