Color names in this palette
CSS code for this palette
/* CSS */
.aqua-frost {
color: #a9d3d6;
}
.fine-blue {
color: #b8e0e0;
}
.tahitian-sky {
color: #c8e9e5;
}
.icy-wind {
color: #d4f2f0;
}
.mint-condition {
color: #e1f9f5;
}
/* CSS Variables */
:root {
--aqua-frost:#a9d3d6;
--fine-blue:#b8e0e0;
--tahitian-sky:#c8e9e5;
--icy-wind:#d4f2f0;
--mint-condition:#e1f9f5;
}