Color names in this palette
CSS code for this palette
/* CSS */
.shrimp-toast {
color: #f7c6a1;
}
.rosecco {
color: #eab8e4;
}
.light-blue-glint {
color: #a8d3e1;
}
.yellow-wax-pepper {
color: #f0e6b7;
}
.snow-white-blush {
color: #f9aeae;
}
/* CSS Variables */
:root {
--shrimp-toast:#f7c6a1;
--rosecco:#eab8e4;
--light-blue-glint:#a8d3e1;
--yellow-wax-pepper:#f0e6b7;
--snow-white-blush:#f9aeae;
}