Color names in this palette
CSS code for this palette
/* CSS */
.pink-fit {
color: #f6a2b0;
}
.applesauce {
color: #f8d69b;
}
.butter-up {
color: #f3e2b9;
}
.frozen-forest {
color: #d0e8b5;
}
.terrace-pool {
color: #a3d6e0;
}
/* CSS Variables */
:root {
--pink-fit:#f6a2b0;
--applesauce:#f8d69b;
--butter-up:#f3e2b9;
--frozen-forest:#d0e8b5;
--terrace-pool:#a3d6e0;
}