Color names in this palette
CSS code for this palette
/* CSS */
.white-veil {
color: #f7f1e3;
}
.peach-patch {
color: #f4d69f;
}
.honey-glow {
color: #e8b64a;
}
.christmas-orange {
color: #d76b2d;
}
.kabacha-brown {
color: #b2492a;
}
/* CSS Variables */
:root {
--white-veil:#f7f1e3;
--peach-patch:#f4d69f;
--honey-glow:#e8b64a;
--christmas-orange:#d76b2d;
--kabacha-brown:#b2492a;
}