Color names in this palette
CSS code for this palette
/* CSS */
.witch-s-cottage {
color: #4b3d2a;
}
.dusky-green {
color: #7b6f5b;
}
.fresh-guacamole {
color: #a6b17c;
}
.antilles-blue {
color: #3a5a8d;
}
.blue-promise {
color: #709ec2;
}
/* CSS Variables */
:root {
--witch-s-cottage:#4b3d2a;
--dusky-green:#7b6f5b;
--fresh-guacamole:#a6b17c;
--antilles-blue:#3a5a8d;
--blue-promise:#709ec2;
}