Teal Kindness

aesthetic, blue, bright, coastal, spring

Color Adjustments

Teal Kindness Color Palette CSS

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

.color-2 {
  color: #4CA0B8;
}

.color-3 {
  color: #7ED3C6;
}

.color-4 {
  color: #F7C5A1;
}

.color-5 {
  color: #F99D9A;
}

/* CSS Variables */
:root {
  --color-1: #1D5F8C;
  --color-2: #4CA0B8;
  --color-3: #7ED3C6;
  --color-4: #F7C5A1;
  --color-5: #F99D9A;
}

Teal Kindness Gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1D5F8C, #4CA0B8, #7ED3C6, #F7C5A1, #F99D9A);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1D5F8C, #4CA0B8, #7ED3C6, #F7C5A1, #F99D9A);
}

Teal Kindness color palette created on .

11 views
Teal Kindness Color Palette