Shades Of Blue And Pink

bright, aesthetic, blue, coral, spring

Color Adjustments

Shades Of Blue And Pink Color Palette CSS

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

.color-2 {
  color: #F6ABA2;
}

.color-3 {
  color: #F9EBAE;
}

.color-4 {
  color: #FF6B6B;
}

.color-5 {
  color: #FFB86B;
}

/* CSS Variables */
:root {
  --color-1: #9FC4E9;
  --color-2: #F6ABA2;
  --color-3: #F9EBAE;
  --color-4: #FF6B6B;
  --color-5: #FFB86B;
}

Shades Of Blue And Pink Gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #9FC4E9, #F6ABA2, #F9EBAE, #FF6B6B, #FFB86B);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #9FC4E9, #F6ABA2, #F9EBAE, #FF6B6B, #FFB86B);
}

Shades Of Blue And Pink color palette created on .

7 views
Shades Of Blue And Pink Color Palette