Color names in this palette
CSS code for this palette
/* CSS */
.gumball {
color: #e3b5d4;
}
.mountain-laurel {
color: #f2cad4;
}
.pork-belly {
color: #f9e1e6;
}
.scalloped-oak {
color: #f1d1a2;
}
.xanthous {
color: #f4b42a;
}
/* CSS Variables */
:root {
--gumball:#e3b5d4;
--mountain-laurel:#f2cad4;
--pork-belly:#f9e1e6;
--scalloped-oak:#f1d1a2;
--xanthous:#f4b42a;
}