Color names in this palette
CSS code for this palette
/* CSS */
.aqua-blue {
color: #7cb7bb;
}
.eton-blue {
color: #a8d6d4;
}
.icicle-mint {
color: #d0e7e5;
}
.distant-horizon {
color: #f0f9f8;
}
.azalea-pink {
color: #f9c4c3;
}
/* CSS Variables */
:root {
--aqua-blue:#7cb7bb;
--eton-blue:#a8d6d4;
--icicle-mint:#d0e7e5;
--distant-horizon:#f0f9f8;
--azalea-pink:#f9c4c3;
}