Color names in this palette
CSS code for this palette
/* CSS */
.cloud-pink {
color: #f4d1c8;
}
.pink-touch {
color: #f9e2d7;
}
.biscuit-cream {
color: #f9ccb4;
}
.elastic-pink {
color: #eba3c8;
}
.applesauce {
color: #f8d79b;
}
/* CSS Variables */
:root {
--cloud-pink:#f4d1c8;
--pink-touch:#f9e2d7;
--biscuit-cream:#f9ccb4;
--elastic-pink:#eba3c8;
--applesauce:#f8d79b;
}