Color names in this palette
CSS code for this palette
/* CSS */
.alice-blue {
color: #f0f8ff;
}
.light-blue-glint {
color: #a8d3e1;
}
.coastal-waters {
color: #7eb7d7;
}
.azure-blue {
color: #4d96c7;
}
.blues {
color: #2c6b9b;
}
/* CSS Variables */
:root {
--alice-blue:#f0f8ff;
--light-blue-glint:#a8d3e1;
--coastal-waters:#7eb7d7;
--azure-blue:#4d96c7;
--blues:#2c6b9b;
}