Color names in this palette
CSS code for this palette
/* CSS */
.light-blue-glint {
color: #a8d3e1;
}
.basin-blue {
color: #bae1e3;
}
.maui-mist {
color: #eff3f5;
}
.shrimp-toast {
color: #f7c6a1;
}
.calabrese {
color: #f1a8a2;
}
/* CSS Variables */
:root {
--light-blue-glint:#a8d3e1;
--basin-blue:#bae1e3;
--maui-mist:#eff3f5;
--shrimp-toast:#f7c6a1;
--calabrese:#f1a8a2;
}