Color names in this palette
CSS code for this palette
/* CSS */
.calabrese {
color: #f1a8a2;
}
.allspice {
color: #f7cbab;
}
.bone-white {
color: #f3e1af;
}
.crystal-apple {
color: #d1e9a5;
}
.terrace-pool {
color: #9ed9e0;
}
/* CSS Variables */
:root {
--calabrese:#f1a8a2;
--allspice:#f7cbab;
--bone-white:#f3e1af;
--crystal-apple:#d1e9a5;
--terrace-pool:#9ed9e0;
}