Color names in this palette
CSS code for this palette
/* CSS */
.atlantic-gull {
color: #4a93b5;
}
.baby-tears {
color: #6cb8d5;
}
.bayshore {
color: #8ad0e0;
}
.early-july {
color: #a6e0e8;
}
.heaven-gates {
color: #c3f4f9;
}
/* CSS Variables */
:root {
--atlantic-gull:#4a93b5;
--baby-tears:#6cb8d5;
--bayshore:#8ad0e0;
--early-july:#a6e0e8;
--heaven-gates:#c3f4f9;
}