Color names in this palette
CSS code for this palette
/* CSS */
.sumptuous-peach {
color: #e5b89a;
}
.prayer-flag {
color: #d59b6c;
}
.hot-chilli {
color: #b94f3c;
}
.rosebud-cherry {
color: #8c3155;
}
.prestige-mauve {
color: #4e1d40;
}
/* CSS Variables */
:root {
--sumptuous-peach:#e5b89a;
--prayer-flag:#d59b6c;
--hot-chilli:#b94f3c;
--rosebud-cherry:#8c3155;
--prestige-mauve:#4e1d40;
}