Color names in this palette
CSS code for this palette
/* CSS */
.warming-peach {
color: #e3b7a1;
}
.cottage-rose {
color: #d9ab9b;
}
.calliope {
color: #c89a8d;
}
.maui-poi {
color: #b18c7c;
}
.warm-wassail {
color: #a86c67;
}
/* CSS Variables */
:root {
--warming-peach:#e3b7a1;
--cottage-rose:#d9ab9b;
--calliope:#c89a8d;
--maui-poi:#b18c7c;
--warm-wassail:#a86c67;
}