Blue And Red Moonstone

blue, red, bright, aesthetic, moon

Color Adjustments

Blue And Red Moonstone Color Palette CSS

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

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

.color-3 {
  color: #6BB9E6;
}

.color-4 {
  color: #E68A6B;
}

.color-5 {
  color: #B64E3A;
}

/* CSS Variables */
:root {
  --color-1: #1E3A76;
  --color-2: #3A69B6;
  --color-3: #6BB9E6;
  --color-4: #E68A6B;
  --color-5: #B64E3A;
}

Blue And Red Moonstone Gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1E3A76, #3A69B6, #6BB9E6, #E68A6B, #B64E3A);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1E3A76, #3A69B6, #6BB9E6, #E68A6B, #B64E3A);
}

Blue And Red Moonstone color palette created on .

23 views
Blue And Red Moonstone Color Palette