Celestial Opal Dreams

aesthetic, blue, pink, green, soft

Color Adjustments

Celestial Opal Dreams Color Palette CSS

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

.color-2 {
  color: #E1B7C9;
}

.color-3 {
  color: #F2E6D4;
}

.color-4 {
  color: #A4D6C3;
}

.color-5 {
  color: #F9B9A4;
}

/* CSS Variables */
:root {
  --color-1: #A6C4D9;
  --color-2: #E1B7C9;
  --color-3: #F2E6D4;
  --color-4: #A4D6C3;
  --color-5: #F9B9A4;
}

Celestial Opal Dreams Gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #A6C4D9, #E1B7C9, #F2E6D4, #A4D6C3, #F9B9A4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #A6C4D9, #E1B7C9, #F2E6D4, #A4D6C3, #F9B9A4);
}

Celestial Opal Dreams color palette created on .

42 views
Celestial Opal Dreams Color Palette