Bright Blue

teal, cyan, turquoise, aqua, bright, modern, vibrant, coastal, spring, sunny

Color Adjustments

Bright Blue Color Palette CSS

/* CSS */
.color-1 {
  color: #077D7D;
}

.color-2 {
  color: #0ABDB4;
}

.color-3 {
  color: #40C2D4;
}

.color-4 {
  color: #54C9D4;
}

.color-5 {
  color: #85E0D8;
}

/* CSS Variables */
:root {
  --color-1: #077D7D;
  --color-2: #0ABDB4;
  --color-3: #40C2D4;
  --color-4: #54C9D4;
  --color-5: #85E0D8;
}

Bright Blue Gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #077D7D, #0ABDB4, #40C2D4, #54C9D4, #85E0D8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #077D7D, #0ABDB4, #40C2D4, #54C9D4, #85E0D8);
}

Bright Blue color palette created on .

1 view