Blue Green Dream

blue, green, bright, nature, soft

Color Adjustments

Blue Green Dream Color Palette CSS

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

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

.color-3 {
  color: #8EC7A2;
}

.color-4 {
  color: #B3E6B3;
}

.color-5 {
  color: #E0F5D6;
}

/* CSS Variables */
:root {
  --color-1: #4B6C8B;
  --color-2: #6C9D8E;
  --color-3: #8EC7A2;
  --color-4: #B3E6B3;
  --color-5: #E0F5D6;
}

Blue Green Dream Gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4B6C8B, #6C9D8E, #8EC7A2, #B3E6B3, #E0F5D6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4B6C8B, #6C9D8E, #8EC7A2, #B3E6B3, #E0F5D6);
}

Blue Green Dream color palette created on .

109 views