Color names in this palette
CSS code for this palette
/* CSS */
.brandywine-spritz {
color: #e59fb0;
}
.cheddar-corn {
color: #f8d3b4;
}
.summertime {
color: #f3d17c;
}
.pistachio-green {
color: #a6d4a0;
}
.sanctuary-spa {
color: #69b5e8;
}
/* CSS Variables */
:root {
--brandywine-spritz:#e59fb0;
--cheddar-corn:#f8d3b4;
--summertime:#f3d17c;
--pistachio-green:#a6d4a0;
--sanctuary-spa:#69b5e8;
}