Color names in this palette
CSS code for this palette
/* CSS */
.aqua-blue {
color: #7cb7bb;
}
.aspiring-blue {
color: #a1c4c1;
}
.dante-peak {
color: #b3d6d4;
}
.frosty-mint {
color: #e4f6f5;
}
.dr-white {
color: #f9fbfb;
}
/* CSS Variables */
:root {
--aqua-blue:#7cb7bb;
--aspiring-blue:#a1c4c1;
--dante-peak:#b3d6d4;
--frosty-mint:#e4f6f5;
--dr-white:#f9fbfb;
}