Color names in this palette
CSS code for this palette
/* CSS */
.pink-chalk {
color: #f4a4bf;
}
.hanami-pink {
color: #f1b1e4;
}
.tropical-violet {
color: #d4a7e2;
}
.terrace-pool {
color: #a3d6e1;
}
.squeaky {
color: #6dc5d5;
}
/* CSS Variables */
:root {
--pink-chalk:#f4a4bf;
--hanami-pink:#f1b1e4;
--tropical-violet:#d4a7e2;
--terrace-pool:#a3d6e1;
--squeaky:#6dc5d5;
}