Color names in this palette
CSS code for this palette
/* CSS */
.glazed-persimmon {
color: #d64d38;
}
.o-brien-orange {
color: #f3a749;
}
.phellodendron-amurense {
color: #f3c239;
}
.eucalipto {
color: #4bc3a5;
}
.valley-of-glaciers {
color: #2b7c9c;
}
/* CSS Variables */
:root {
--glazed-persimmon:#d64d38;
--o-brien-orange:#f3a749;
--phellodendron-amurense:#f3c239;
--eucalipto:#4bc3a5;
--valley-of-glaciers:#2b7c9c;
}