Color names in this palette
CSS code for this palette
/* CSS */
.light-blue-glint {
color: #a8d3e1;
}
.polar-blue {
color: #b3e0e5;
}
.snowmelt {
color: #c9e7e9;
}
.ballerina-tears {
color: #f4bab3;
}
.princess {
color: #f1a7b4;
}
/* CSS Variables */
:root {
--light-blue-glint:#a8d3e1;
--polar-blue:#b3e0e5;
--snowmelt:#c9e7e9;
--ballerina-tears:#f4bab3;
--princess:#f1a7b4;
}