Color names in this palette
CSS code for this palette
/* CSS */
.dignity-blue {
color: #0b5175;
}
.bondi {
color: #1a6d8e;
}
.aquatic-cool {
color: #3e9cb6;
}
.water-flow {
color: #7cc3d5;
}
.blizzard-blue {
color: #a5e5e9;
}
/* CSS Variables */
:root {
--dignity-blue:#0b5175;
--bondi:#1a6d8e;
--aquatic-cool:#3e9cb6;
--water-flow:#7cc3d5;
--blizzard-blue:#a5e5e9;
}