Color names in this palette
CSS code for this palette
/* CSS */
.melting-glacier {
color: #e6f9f6;
}
.terrace-pool {
color: #a3d8e0;
}
.maritime-soft-blue {
color: #68b8c0;
}
.aqueous {
color: #3a8b98;
}
.blue-coral {
color: #1c5c6d;
}
/* CSS Variables */
:root {
--melting-glacier:#e6f9f6;
--terrace-pool:#a3d8e0;
--maritime-soft-blue:#68b8c0;
--aqueous:#3a8b98;
--blue-coral:#1c5c6d;
}