Color names in this palette
CSS code for this palette
/* CSS */
.enticing-red {
color: #b95050;
}
.folksy-gold {
color: #d39969;
}
.gourmet-honey {
color: #e2caa7;
}
.pastel-meadow {
color: #a7c8af;
}
.catalina {
color: #6f9f9e;
}
/* CSS Variables */
:root {
--enticing-red:#b95050;
--folksy-gold:#d39969;
--gourmet-honey:#e2caa7;
--pastel-meadow:#a7c8af;
--catalina:#6f9f9e;
}