Color names in this palette
CSS code for this palette
/* CSS */
.ballerina-tears {
color: #f5b8b2;
}
.dumpling {
color: #f6ddac;
}
.cauliflower-cream {
color: #f4e4c8;
}
.ice-cube {
color: #b0e3d5;
}
.windsor-way {
color: #a2c7e7;
}
/* CSS Variables */
:root {
--ballerina-tears:#f5b8b2;
--dumpling:#f6ddac;
--cauliflower-cream:#f4e4c8;
--ice-cube:#b0e3d5;
--windsor-way:#a2c7e7;
}