Teal Morty

aesthetic, beach, bright, teal, tropical

Color Adjustments

Teal Morty Color Palette CSS

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

.color-2 {
  color: #5FC4B6;
}

.color-3 {
  color: #75E1D4;
}

.color-4 {
  color: #A6E7E1;
}

.color-5 {
  color: #F1F9F2;
}

/* CSS Variables */
:root {
  --color-1: #4C9E83;
  --color-2: #5FC4B6;
  --color-3: #75E1D4;
  --color-4: #A6E7E1;
  --color-5: #F1F9F2;
}

Teal Morty Gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4C9E83, #5FC4B6, #75E1D4, #A6E7E1, #F1F9F2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4C9E83, #5FC4B6, #75E1D4, #A6E7E1, #F1F9F2);
}

Teal Morty color palette created on .

0 views