Color names in this palette
CSS code for this palette
/* CSS */
.sundown {
color: #f3c9a0;
}
.peach-mimosa {
color: #f5a18e;
}
.salmon-pok-bowl {
color: #f27c78;
}
.carmine-rose {
color: #e65c91;
}
.mulberry-yogurt {
color: #c24c8f;
}
/* CSS Variables */
:root {
--sundown:#f3c9a0;
--peach-mimosa:#f5a18e;
--salmon-pok-bowl:#f27c78;
--carmine-rose:#e65c91;
--mulberry-yogurt:#c24c8f;
}