Color names in this palette
CSS code for this palette
/* CSS */
.precious-pink {
color: #f9b4b4;
}
.blended-fruit {
color: #f8e1a5;
}
.antique-wicker-basket {
color: #f1d3a2;
}
.smooth-satin {
color: #a3d4d7;
}
.desaturated-cyan {
color: #699b9b;
}
/* CSS Variables */
:root {
--precious-pink:#f9b4b4;
--blended-fruit:#f8e1a5;
--antique-wicker-basket:#f1d3a2;
--smooth-satin:#a3d4d7;
--desaturated-cyan:#699b9b;
}