Color names in this palette
CSS code for this palette
/* CSS */
.brick-a-brack {
color: #a45c3d;
}
.citrus-blast {
color: #e07c3e;
}
.australian-apricot {
color: #f4c8a4;
}
.tropical-light {
color: #9bda71;
}
.online-lime {
color: #4b8c3b;
}
/* CSS Variables */
:root {
--brick-a-brack:#a45c3d;
--citrus-blast:#e07c3e;
--australian-apricot:#f4c8a4;
--tropical-light:#9bda71;
--online-lime:#4b8c3b;
}