Color names in this palette
CSS code for this palette
/* CSS */
.antique-cameo {
color: #f5b8a3;
}
.orange-gluttony {
color: #e77e23;
}
.burnt-yellow {
color: #d3ab0d;
}
.fescue {
color: #a2d2a6;
}
.traditional-blue {
color: #1f628e;
}
/* CSS Variables */
:root {
--antique-cameo:#f5b8a3;
--orange-gluttony:#e77e23;
--burnt-yellow:#d3ab0d;
--fescue:#a2d2a6;
--traditional-blue:#1f628e;
}