Color names in this palette
CSS code for this palette
/* CSS */
.languid-blue {
color: #a4b7bc;
}
.polished-cotton {
color: #c6d3d7;
}
.ethereal-white {
color: #e7f0f3;
}
.turnip-boy {
color: #f1c4a2;
}
.york-pink {
color: #d77f7f;
}
/* CSS Variables */
:root {
--languid-blue:#a4b7bc;
--polished-cotton:#c6d3d7;
--ethereal-white:#e7f0f3;
--turnip-boy:#f1c4a2;
--york-pink:#d77f7f;
}