Color names in this palette
CSS code for this palette
/* CSS */
.intercoastal {
color: #a2cddd;
}
.batch-blue {
color: #83b0c9;
}
.shirt-blue {
color: #6398b0;
}
.hippie-blue {
color: #4b889b;
}
.blue-coral {
color: #1d5a6d;
}
/* CSS Variables */
:root {
--intercoastal:#a2cddd;
--batch-blue:#83b0c9;
--shirt-blue:#6398b0;
--hippie-blue:#4b889b;
--blue-coral:#1d5a6d;
}