Color names in this palette
CSS code for this palette
/* CSS */
.pink-fit {
color: #f7a6b6;
}
.soft-cashmere {
color: #f3b4d6;
}
.husky {
color: #e0e8ff;
}
.terrace-pool {
color: #9fd6e0;
}
.blue-jeans {
color: #5cb2f0;
}
/* CSS Variables */
:root {
--pink-fit:#f7a6b6;
--soft-cashmere:#f3b4d6;
--husky:#e0e8ff;
--terrace-pool:#9fd6e0;
--blue-jeans:#5cb2f0;
}