Color names in this palette
CSS code for this palette
/* CSS */
.amfissa-olive {
color: #7a3e4b;
}
.impatient-heart {
color: #c57c7e;
}
.warming-peach {
color: #e6b8a2;
}
.peach-shortcake {
color: #f2dfd4;
}
.clear-moon {
color: #faf4eb;
}
/* CSS Variables */
:root {
--amfissa-olive:#7a3e4b;
--impatient-heart:#c57c7e;
--warming-peach:#e6b8a2;
--peach-shortcake:#f2dfd4;
--clear-moon:#faf4eb;
}