Color names in this palette
CSS code for this palette
/* CSS */
.carnival {
color: #e58d2a;
}
.golden-ochre {
color: #c66e3f;
}
.honey-maple {
color: #a66b5e;
}
.denim-drift {
color: #7e8f95;
}
.mountain-bluebird {
color: #4b9cbe;
}
/* CSS Variables */
:root {
--carnival:#e58d2a;
--golden-ochre:#c66e3f;
--honey-maple:#a66b5e;
--denim-drift:#7e8f95;
--mountain-bluebird:#4b9cbe;
}