Color names in this palette
CSS code for this palette
/* CSS */
.polar-blue {
color: #b2e0e6;
}
.azure-lake {
color: #7eb9c9;
}
.starflower-blue {
color: #4a98b0;
}
.turkish-stone {
color: #2e7e8e;
}
.blue-coral {
color: #1c5d6d;
}
/* CSS Variables */
:root {
--polar-blue:#b2e0e6;
--azure-lake:#7eb9c9;
--starflower-blue:#4a98b0;
--turkish-stone:#2e7e8e;
--blue-coral:#1c5d6d;
}