Color names in this palette
CSS code for this palette
/* CSS */
.pretty-pink-piggy {
color: #f1a7d8;
}
.cotton-candy-aesthetic {
color: #f6b6e0;
}
.cloud-pink {
color: #f5d0c7;
}
.durango-dust {
color: #f9e19f;
}
.applesauce {
color: #f9d89a;
}
/* CSS Variables */
:root {
--pretty-pink-piggy:#f1a7d8;
--cotton-candy-aesthetic:#f6b6e0;
--cloud-pink:#f5d0c7;
--durango-dust:#f9e19f;
--applesauce:#f9d89a;
}