Shades Of Blue

aesthetic, blue, coastal, bright, spring

Color Adjustments

Shades Of Blue Color Palette CSS

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

.color-2 {
  color: #6CC0E4;
}

.color-3 {
  color: #2CA2D8;
}

.color-4 {
  color: #0084BD;
}

.color-5 {
  color: #005B85;
}

/* CSS Variables */
:root {
  --color-1: #A8D3E1;
  --color-2: #6CC0E4;
  --color-3: #2CA2D8;
  --color-4: #0084BD;
  --color-5: #005B85;
}

Shades Of Blue Gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #A8D3E1, #6CC0E4, #2CA2D8, #0084BD, #005B85);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #A8D3E1, #6CC0E4, #2CA2D8, #0084BD, #005B85);
}

Shades Of Blue color palette created on .

57 views