Color names in this palette
CSS code for this palette
/* CSS */
.peach-caramel {
color: #c6693f;
}
.necrophilic-brown {
color: #ddad69;
}
.anise-flower {
color: #f3e3b4;
}
.rally-green {
color: #7ebe7e;
}
.hampton-beach {
color: #9f623c;
}
/* CSS Variables */
:root {
--peach-caramel:#c6693f;
--necrophilic-brown:#ddad69;
--anise-flower:#f3e3b4;
--rally-green:#7ebe7e;
--hampton-beach:#9f623c;
}