Color names in this palette
CSS code for this palette
/* CSS */
.vermilion-red {
color: #b54d3b;
}
.goldsmith {
color: #efb74d;
}
.angela-bay {
color: #a9c2e5;
}
.burnt-bamboo {
color: #4e3b3b;
}
.bamboo-beige {
color: #c3aaa2;
}
/* CSS Variables */
:root {
--vermilion-red:#b54d3b;
--goldsmith:#efb74d;
--angela-bay:#a9c2e5;
--burnt-bamboo:#4e3b3b;
--bamboo-beige:#c3aaa2;
}