Color names in this palette
CSS code for this palette
/* CSS */
.calabrese {
color: #f1a8a2;
}
.ballerina-tears {
color: #f0bab2;
}
.lady-pink {
color: #f2cfd0;
}
.zircon-ice {
color: #d0e5e6;
}
.refreshing-pool {
color: #b5e4e8;
}
/* CSS Variables */
:root {
--calabrese:#f1a8a2;
--ballerina-tears:#f0bab2;
--lady-pink:#f2cfd0;
--zircon-ice:#d0e5e6;
--refreshing-pool:#b5e4e8;
}