Color names in this palette
CSS code for this palette
/* CSS */
.gumball {
color: #e4b4d4;
}
.chinese-cherry {
color: #f2d6ca;
}
.sundown {
color: #f4c89f;
}
.roseberry {
color: #f7a8a1;
}
.lovely-little-rosy {
color: #e45e6b;
}
/* CSS Variables */
:root {
--gumball:#e4b4d4;
--chinese-cherry:#f2d6ca;
--sundown:#f4c89f;
--roseberry:#f7a8a1;
--lovely-little-rosy:#e45e6b;
}