Calm the Soul

This palette evokes tranquility and introspection through serene blues and vibrant contrasts.

Color Adjustments

Calm the Soul Color Palette CSS

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

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

.color-3 {
  color: #FFC300;
}

.color-4 {
  color: #FF6F61;
}

.color-5 {
  color: #F3F4F6;
}

/* CSS Variables */
:root {
  --color-1: #8ECAE6;
  --color-2: #3A0CA3;
  --color-3: #FFC300;
  --color-4: #FF6F61;
  --color-5: #F3F4F6;
}

Calm the Soul Gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #8ECAE6, #3A0CA3, #FFC300, #FF6F61, #F3F4F6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #8ECAE6, #3A0CA3, #FFC300, #FF6F61, #F3F4F6);
}

Calm the Soul color palette created on .

154 views