Color names in this palette
CSS code for this palette
/* CSS */
.ocean-front {
color: #b7e3f0;
}
.horizon-haze {
color: #7dc3e8;
}
.peaceful-river {
color: #4ba1d2;
}
.devil-blue {
color: #2b7897;
}
.blue-syzygy {
color: #1c4a5a;
}
/* CSS Variables */
:root {
--ocean-front:#b7e3f0;
--horizon-haze:#7dc3e8;
--peaceful-river:#4ba1d2;
--devil-blue:#2b7897;
--blue-syzygy:#1c4a5a;
}