Color names in this palette
CSS code for this palette
/* CSS */
.broadwater-blue {
color: #034872;
}
.waikiki {
color: #1f8a98;
}
.crystalsong-blue {
color: #4eb1b7;
}
.angel-blue {
color: #83c4c9;
}
.across-the-bay {
color: #b3e1ea;
}
/* CSS Variables */
:root {
--broadwater-blue:#034872;
--waikiki:#1f8a98;
--crystalsong-blue:#4eb1b7;
--angel-blue:#83c4c9;
--across-the-bay:#b3e1ea;
}