Divine Aether

aesthetic, bright, coastal, light, spring

Color Adjustments

Divine Aether Color Palette CSS

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

.color-2 {
  color: #F4B69F;
}

.color-3 {
  color: #EABE71;
}

.color-4 {
  color: #D8906E;
}

.color-5 {
  color: #4A3D5C;
}

/* CSS Variables */
:root {
  --color-1: #A3C9E0;
  --color-2: #F4B69F;
  --color-3: #EABE71;
  --color-4: #D8906E;
  --color-5: #4A3D5C;
}

Divine Aether Gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #A3C9E0, #F4B69F, #EABE71, #D8906E, #4A3D5C);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #A3C9E0, #F4B69F, #EABE71, #D8906E, #4A3D5C);
}

Divine Aether color palette created on .

26 views
Divine Aether Color Palette